#735A12

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

Shades of Raw Umber #735A12

Tints of Raw Umber #735A12

Color information

#735A12 (or 0x735A12) is unknown color: approx Raw Umber. HEX triplet: 73, 5A and 12. RGB value is (115,90,18). Sum of RGB (Red+Green+Blue) = 115+90+18=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #735A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A12 is #8CA5ED. Grayscale: #595959. Windows color (decimal): -9217518 or 1202803. OLE color: 1202803.

HSL color Cylindrical-coordinate representation of color #735A12: hue angle of 44.54º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #735A12 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1159018-
CMYK00.220.840.55
HSL44.54º72.93%26.08%-
HSV(B)44.54º84.35%45.1%-
XYZ10.84112.12-
YUV89.2787.78146.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=51.57%
G=40.36%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115901800.220.840.5544.5472.9326.08
Hex735A1201654372d491a
Octal16313222026124675511132
Binary11100111011010100100101101010100110111101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,90,18); }

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

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

 a { background-color: rgb(115,90,18); }

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

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

 span { border-color: rgb(115,90,18); }

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