#7B5412

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

Shades of Raw Umber #7B5412

Tints of Raw Umber #7B5412

Color information

#7B5412 (or 0x7B5412) is unknown color: approx Raw Umber. HEX triplet: 7B, 54 and 12. RGB value is (123,84,18). Sum of RGB (Red+Green+Blue) = 123+84+18=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5412 is #84ABED. Grayscale: #585858. Windows color (decimal): -8694766 or 1201275. OLE color: 1201275.

HSL color Cylindrical-coordinate representation of color #7B5412: hue angle of 37.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B5412 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB1238418-
CMYK00.320.850.52
HSL37.71º74.47%27.65%-
HSV(B)37.71º85.37%48.24%-
XYZ11.4510.62.01-
YUV88.1488.42152.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.67%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 18 (7.42% from 255) = 8%
R=54.67%
G=37.33%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123841800.320.850.5237.7174.4727.65
Hex7B54120205534264a1c
Octal17312422040125644611234
Binary111101110101001001001000001010101110100100110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,18); }

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

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

 a { background-color: rgb(123,84,18); }

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

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

 span { border-color: rgb(123,84,18); }

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