#7B5114

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

Shades of Raw Umber #7B5114

Tints of Raw Umber #7B5114

Color information

#7B5114 (or 0x7B5114) is unknown color: approx Raw Umber. HEX triplet: 7B, 51 and 14. RGB value is (123,81,20). Sum of RGB (Red+Green+Blue) = 123+81+20=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5114 is #84AEEB. Grayscale: #565656. Windows color (decimal): -8695532 or 1331579. OLE color: 1331579.

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

Color convert

RGB1238120-
CMYK00.340.840.52
HSL35.53º72.03%28.04%-
HSV(B)35.53º83.74%48.24%-
XYZ11.2410.152.03-
YUV86.690.41153.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.91%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 20 (8.20% from 255) = 8.93%
R=54.91%
G=36.16%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123812000.340.840.5235.5372.0328.04
Hex7B5114022543424481c
Octal17312124042124644411034
Binary111101110100011010001000101010100110100100100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,81,20); }

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

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

 a { background-color: rgb(123,81,20); }

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

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

 span { border-color: rgb(123,81,20); }

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