Html Css Color HEX #736002 Raw Umber

📋 copy color: '#736002'

red 115 ◦ green 96 ◦ blue 2

#736002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #736002

Tints of Raw Umber #736002

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 value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#736002 (or 0x736002) is known color: 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

RGB 115 96 2 -
CMYK 0 0.17 0.98 0.55
HSL 49.91º 0.97% 0.23% -
HSV(B) 49.91º 0.98% 0.45% -
XYZ 11.26 12.01 1.78 -
YUV 90.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 115 96 2 0 0.17 0.98 0.55 49.91 0.97 0.23
Hex 73 60 2 0 11 62 37 32 61 17
Octal 163 140 2 0 21 142 67 62 141 27
Binary 1110011 1100000 10 0 10001 1100010 110111 110010 1100001 10111

Color Harmonies of #736002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736002

Black with #736002

Text Example


Text Example

White with #736002

Text Example


Text Example

HTML Codes & Css Web 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>