#735F05

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

Shades of Raw Umber #735F05

Tints of Raw Umber #735F05

Color information

#735F05 (or 0x735F05) is unknown color: approx Raw Umber. HEX triplet: 73, 5F and 05. RGB value is (115,95,5). Sum of RGB (Red+Green+Blue) = 115+95+5=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #735F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735F05 is #8CA0FA. Grayscale: #5B5B5B. Windows color (decimal): -9216251 or 352115. OLE color: 352115.

HSL color Cylindrical-coordinate representation of color #735F05: hue angle of 49.09º 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 #735F05 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB115955-
CMYK00.170.960.55
HSL49.09º91.67%23.53%-
HSV(B)49.09º95.65%45.1%-
XYZ11.1911.841.84-
YUV90.7279.63145.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=53.49%
G=44.19%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11595500.170.960.5549.0991.6723.53
Hex735F50116037315c18
Octal1631375021140676113430
Binary111001110111111010100011100000110111110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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