#7b480e

Color #7B480E Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7B480E

Tints of Raw Umber #7B480E

Color information

#7B480E (or 0x7B480E) is unknown color: approx Raw Umber. HEX triplet: 7B, 48 and 0E. RGB value is (123,72,14). Sum of RGB (Red+Green+Blue) = 123+72+14=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B480E is #84B7F1. Grayscale: #505050. Windows color (decimal): -8697842 or 936059. OLE color: 936059.

HSL color Cylindrical-coordinate representation of color #7B480E: hue angle of 31.93º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B480E is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1237214-
CMYK00.410.890.52
HSL31.93º79.56%26.86%-
HSV(B)31.93º88.62%48.24%-
XYZ10.578.881.57-
YUV80.6490.4158.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 58.85%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=58.85%
G=34.45%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123721400.410.890.5231.9379.5626.86
Hex7B48E029593420501b
Octal17311016051131644012033
Binary11110111001000111001010011011001110100100000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b480e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7b480e; }

 p { color: rgb(123,72,14); }

 H1.HeaderClassName
 {
   color: #7b480e;
 }
 .AnyTagClassName
 {
   color: #7b480e;
 }
</style>
background-color css

<style>
 a { background-color: #7b480e; }

 a { background-color: rgb(123,72,14); }

 div.DivClassName
 {
   background-color: #7b480e;
 }
 .BgClassName
 {
   background-color: #7b480e;
 }
</style>
border-color css

<style>
 span { border-color: #7b480e; }

 span { border-color: rgb(123,72,14); }

 td.TdClassName
 {
   border-color: #7b480e;
 }
 .TagClassName
 {
   border-color: #7b480e;
 }
</style>