#735002

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

Shades of Raw Umber #735002

Tints of Raw Umber #735002

Color information

#735002 (or 0x735002) is unknown color: approx Raw Umber. HEX triplet: 73, 50 and 02. RGB value is (115,80,2). Sum of RGB (Red+Green+Blue) = 115+80+2=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #735002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735002 is #8CAFFD. Grayscale: #515151. Windows color (decimal): -9220094 or 151667. OLE color: 151667.

HSL color Cylindrical-coordinate representation of color #735002: hue angle of 41.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #735002 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB115802-
CMYK00.300.980.55
HSL41.42º96.58%22.94%-
HSV(B)41.42º98.26%45.1%-
XYZ9.959.391.34-
YUV81.5783.1151.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=58.38%
G=40.61%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11580200.300.980.5541.4296.5822.94
Hex7350201E6237296117
Octal1631202036142675114127
Binary11100111010000100111101100010110111101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735002; }

 p { color: rgb(115,80,2); }

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

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

 a { background-color: rgb(115,80,2); }

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

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

 span { border-color: rgb(115,80,2); }

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