Html Css Color HEX #72440D Raw Umber

📋 copy color: '#72440D'

red 114 ◦ green 68 ◦ blue 13

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

Shades of Raw Umber #72440D

Tints of Raw Umber #72440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

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

R = 58.46%
G = 34.87%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72440D (or 0x72440D) is known color: Raw Umber. HEX triplet: 72, 44 and 0D. RGB value is (114,68,13). Sum of RGB (Red+Green+Blue) = 114+68+13=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72440D is #8DBBF2. Grayscale: #4B4B4B. Windows color (decimal): -9288691 or 869490. OLE color: 869490.

HSL color Cylindrical-coordinate representation of color #72440D: hue angle of 32.67º 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 #72440D is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 68 13 -
CMYK 0 0.40 0.89 0.55
HSL 32.67º 0.8% 0.25% -
HSV(B) 32.67º 0.89% 0.45% -
XYZ 9.08 7.74 1.4 -
YUV 75.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 114 68 13 0 0.40 0.89 0.55 32.67 0.8 0.25
Hex 72 44 D 0 28 59 37 21 50 19
Octal 162 104 15 0 50 131 67 41 120 31
Binary 1110010 1000100 1101 0 101000 1011001 110111 100001 1010000 11001

Color Harmonies of #72440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72440D

Black with #72440D

Text Example


Text Example

White with #72440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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