Html Css Color HEX #72550C Raw Umber

📋 copy color: '#72550C'

red 114 ◦ green 85 ◦ blue 12

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

Shades of Raw Umber #72550C

Tints of Raw Umber #72550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 54.03%
G = 40.28%
B = 5.69%

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

#72550C (or 0x72550C) is known color: Raw Umber. HEX triplet: 72, 55 and 0C. RGB value is (114,85,12). Sum of RGB (Red+Green+Blue) = 114+85+12=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72550C is #8DAAF3. Grayscale: #555555. Windows color (decimal): -9284340 or 808306. OLE color: 808306.

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

Color convert

RGB 114 85 12 -
CMYK 0 0.25 0.89 0.55
HSL 42.94º 0.81% 0.25% -
HSV(B) 42.94º 0.89% 0.45% -
XYZ 10.25 10.1 1.76 -
YUV 85.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 114 85 12 0 0.25 0.89 0.55 42.94 0.81 0.25
Hex 72 55 C 0 19 59 37 2B 51 19
Octal 162 125 14 0 31 131 67 53 121 31
Binary 1110010 1010101 1100 0 11001 1011001 110111 101011 1010001 11001

Color Harmonies of #72550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72550C

Black with #72550C

Text Example


Text Example

White with #72550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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