#735C13

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

Shades of Raw Umber #735C13

Tints of Raw Umber #735C13

Color information

#735C13 (or 0x735C13) is unknown color: approx Raw Umber. HEX triplet: 73, 5C and 13. RGB value is (115,92,19). Sum of RGB (Red+Green+Blue) = 115+92+19=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #735C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C13 is #8CA3EC. Grayscale: #5A5A5A. Windows color (decimal): -9217005 or 1268851. OLE color: 1268851.

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

Color convert

RGB1159219-
CMYK00.200.830.55
HSL45.62º71.64%26.27%-
HSV(B)45.62º83.48%45.1%-
XYZ11.0111.352.23-
YUV90.5687.62145.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=50.88%
G=40.71%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115921900.200.830.5545.6271.6426.27
Hex735C1301453372e481a
Octal16313423024123675611032
Binary11100111011100100110101001010011110111101110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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