#7B5D0C

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

Shades of Raw Umber #7B5D0C

Tints of Raw Umber #7B5D0C

Color information

#7B5D0C (or 0x7B5D0C) is unknown color: approx Raw Umber. HEX triplet: 7B, 5D and 0C. RGB value is (123,93,12). Sum of RGB (Red+Green+Blue) = 123+93+12=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5D0C is #84A2F3. Grayscale: #5D5D5D. Windows color (decimal): -8692468 or 810363. OLE color: 810363.

HSL color Cylindrical-coordinate representation of color #7B5D0C: hue angle of 43.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B5D0C is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1239312-
CMYK00.240.900.52
HSL43.78º82.22%26.47%-
HSV(B)43.78º90.24%48.24%-
XYZ12.1512.072.04-
YUV92.7482.44149.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.95%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 12 (5.08% from 255) = 5.26%
R=53.95%
G=40.79%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123931200.240.900.5243.7882.2226.47
Hex7B5DC0185A342c521a
Octal17313514030132645412232
Binary1111011101110111000110001011010110100101100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,93,12); }

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

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

 a { background-color: rgb(123,93,12); }

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

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

 span { border-color: rgb(123,93,12); }

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