Html Css Color HEX #72550D Raw Umber

📋 copy color: '#72550D'

red 114 ◦ green 85 ◦ blue 13

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

Shades of Raw Umber #72550D

Tints of Raw Umber #72550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

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

R = 53.77%
G = 40.09%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72550D (or 0x72550D) is known color: Raw Umber. HEX triplet: 72, 55 and 0D. RGB value is (114,85,13). Sum of RGB (Red+Green+Blue) = 114+85+13=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72550D is #8DAAF2. Grayscale: #555555. Windows color (decimal): -9284339 or 873842. OLE color: 873842.

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

Color convert

RGB 114 85 13 -
CMYK 0 0.25 0.89 0.55
HSL 42.77º 0.8% 0.25% -
HSV(B) 42.77º 0.89% 0.45% -
XYZ 10.26 10.1 1.79 -
YUV 85.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 114 85 13 0 0.25 0.89 0.55 42.77 0.8 0.25
Hex 72 55 D 0 19 59 37 2B 50 19
Octal 162 125 15 0 31 131 67 53 120 31
Binary 1110010 1010101 1101 0 11001 1011001 110111 101011 1010000 11001

Color Harmonies of #72550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72550D

Black with #72550D

Text Example


Text Example

White with #72550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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