Html Css Color HEX #724A02 Raw Umber

📋 copy color: '#724A02'

red 114 ◦ green 74 ◦ blue 2

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

Shades of Raw Umber #724A02

Tints of Raw Umber #724A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.95%

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

R = 60%
G = 38.95%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#724A02 (or 0x724A02) is known color: Raw Umber. HEX triplet: 72, 4A and 02. RGB value is (114,74,2). Sum of RGB (Red+Green+Blue) = 114+74+2=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #724A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A02 is #8DB5FD. Grayscale: #4E4E4E. Windows color (decimal): -9287166 or 150130. OLE color: 150130.

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

Color convert

RGB 114 74 2 -
CMYK 0 0.35 0.98 0.55
HSL 38.57º 0.97% 0.23% -
HSV(B) 38.57º 0.98% 0.45% -
XYZ 9.4 8.48 1.2 -
YUV 77.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 114 74 2 0 0.35 0.98 0.55 38.57 0.97 0.23
Hex 72 4A 2 0 23 62 37 27 61 17
Octal 162 112 2 0 43 142 67 47 141 27
Binary 1110010 1001010 10 0 100011 1100010 110111 100111 1100001 10111

Color Harmonies of #724A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A02

Black with #724A02

Text Example


Text Example

White with #724A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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