#736002

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

Shades of Raw Umber #736002

Tints of Raw Umber #736002

Color information

#736002 (or 0x736002) is unknown color: approx Raw Umber. HEX triplet: 73, 60 and 02. RGB value is (115,96,2). Sum of RGB (Red+Green+Blue) = 115+96+2=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #736002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736002 is #8C9FFD. Grayscale: #5B5B5B. Windows color (decimal): -9215998 or 155763. OLE color: 155763.

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

Color convert

RGB115962-
CMYK00.170.980.55
HSL49.91º96.58%22.94%-
HSV(B)49.91º98.26%45.1%-
XYZ11.2612.011.78-
YUV90.9677.79145.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=53.99%
G=45.07%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11596200.170.980.5549.9196.5822.94
Hex736020116237326117
Octal1631402021142676214127
Binary11100111100000100100011100010110111110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736002; }

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

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

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

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

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

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

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

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