#735C05

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

Shades of Raw Umber #735C05

Tints of Raw Umber #735C05

Color information

#735C05 (or 0x735C05) is unknown color: approx Raw Umber. HEX triplet: 73, 5C and 05. RGB value is (115,92,5). Sum of RGB (Red+Green+Blue) = 115+92+5=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #735C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C05 is #8CA3FA. Grayscale: #595959. Windows color (decimal): -9217019 or 351347. OLE color: 351347.

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

Color convert

RGB115925-
CMYK00.200.960.55
HSL47.45º91.67%23.53%-
HSV(B)47.45º95.65%45.1%-
XYZ10.9211.311.75-
YUV88.9680.62146.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 5 (2.34% from 255) = 2.36%
R=54.25%
G=43.40%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11592500.200.960.5547.4591.6723.53
Hex735C501460372f5c18
Octal1631345024140675713430
Binary111001110111001010101001100000110111101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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