#735C0B

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

Shades of Raw Umber #735C0B

Tints of Raw Umber #735C0B

Color information

#735C0B (or 0x735C0B) is unknown color: approx Raw Umber. HEX triplet: 73, 5C and 0B. RGB value is (115,92,11). Sum of RGB (Red+Green+Blue) = 115+92+11=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #735C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C0B is #8CA3F4. Grayscale: #595959. Windows color (decimal): -9217013 or 744563. OLE color: 744563.

HSL color Cylindrical-coordinate representation of color #735C0B: hue angle of 46.73º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #735C0B is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1159211-
CMYK00.200.900.55
HSL46.73º82.54%24.71%-
HSV(B)46.73º90.43%45.1%-
XYZ10.9611.321.92-
YUV89.6483.62146.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 92 (36.33% from 255) = 42.20%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=52.75%
G=42.20%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115921100.200.900.5546.7382.5424.71
Hex735CB0145A372f5319
Octal16313413024132675712331
Binary1110011101110010110101001011010110111101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735C0B; }

 p { color: rgb(115,92,11); }

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

<style>
 a { background-color: #735C0B; }

 a { background-color: rgb(115,92,11); }

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

<style>
 span { border-color: #735C0B; }

 span { border-color: rgb(115,92,11); }

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