Html Css Color HEX #724602 Raw Umber

📋 copy color: '#724602'

red 114 ◦ green 70 ◦ blue 2

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

Shades of Raw Umber #724602

Tints of Raw Umber #724602

RGB

 RED value IS 114 (44.92% from 255) = 61.29%

 GREEN value IS 70 (27.73% from 255) = 37.63%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 61.29%
G = 37.63%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#724602 (or 0x724602) is known color: Raw Umber. HEX triplet: 72, 46 and 02. RGB value is (114,70,2). Sum of RGB (Red+Green+Blue) = 114+70+2=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #724602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724602 is #8DB9FD. Grayscale: #4B4B4B. Windows color (decimal): -9288190 or 149106. OLE color: 149106.

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

Color convert

RGB 114 70 2 -
CMYK 0 0.39 0.98 0.55
HSL 36.43º 0.97% 0.23% -
HSV(B) 36.43º 0.98% 0.45% -
XYZ 9.14 7.96 1.11 -
YUV 75.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 114 70 2 0 0.39 0.98 0.55 36.43 0.97 0.23
Hex 72 46 2 0 27 62 37 24 61 17
Octal 162 106 2 0 47 142 67 44 141 27
Binary 1110010 1000110 10 0 100111 1100010 110111 100100 1100001 10111

Color Harmonies of #724602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724602

Black with #724602

Text Example


Text Example

White with #724602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724602; }

 p { color: rgb(114,70,2); }

 H1.HeaderClassName
 {
   color: #724602;
 }
 .AnyTagClassName
 {
   color: #724602;
 }
</style>

background-color css

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

 a { background-color: rgb(114,70,2); }

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

border-color css

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

 span { border-color: rgb(114,70,2); }

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