Html Css Color HEX #724A0D Raw Umber

📋 copy color: '#724A0D'

red 114 ◦ green 74 ◦ blue 13

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

Shades of Raw Umber #724A0D

Tints of Raw Umber #724A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 56.72%
G = 36.82%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#724A0D (or 0x724A0D) is known color: Raw Umber. HEX triplet: 72, 4A and 0D. RGB value is (114,74,13). Sum of RGB (Red+Green+Blue) = 114+74+13=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #724A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724A0D is #8DB5F2. Grayscale: #4F4F4F. Windows color (decimal): -9287155 or 871026. OLE color: 871026.

HSL color Cylindrical-coordinate representation of color #724A0D: hue angle of 36.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #724A0D is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 74 13 -
CMYK 0 0.35 0.89 0.55
HSL 36.24º 0.8% 0.25% -
HSV(B) 36.24º 0.89% 0.45% -
XYZ 9.46 8.5 1.52 -
YUV 79.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 114 74 13 0 0.35 0.89 0.55 36.24 0.8 0.25
Hex 72 4A D 0 23 59 37 24 50 19
Octal 162 112 15 0 43 131 67 44 120 31
Binary 1110010 1001010 1101 0 100011 1011001 110111 100100 1010000 11001

Color Harmonies of #724A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A0D

Black with #724A0D

Text Example


Text Example

White with #724A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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