Html Css Color HEX #72550E Raw Umber

📋 copy color: '#72550E'

red 114 ◦ green 85 ◦ blue 14

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

Shades of Raw Umber #72550E

Tints of Raw Umber #72550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.57%

R = 53.52%
G = 39.91%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72550E (or 0x72550E) is known color: Raw Umber. HEX triplet: 72, 55 and 0E. RGB value is (114,85,14). Sum of RGB (Red+Green+Blue) = 114+85+14=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72550E is #8DAAF1. Grayscale: #555555. Windows color (decimal): -9284338 or 939378. OLE color: 939378.

HSL color Cylindrical-coordinate representation of color #72550E: hue angle of 42.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72550E is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 85 14 -
CMYK 0 0.25 0.88 0.55
HSL 42.6º 0.78% 0.25% -
HSV(B) 42.6º 0.88% 0.45% -
XYZ 10.27 10.11 1.83 -
YUV 85.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 114 85 14 0 0.25 0.88 0.55 42.6 0.78 0.25
Hex 72 55 E 0 19 58 37 2B 4E 19
Octal 162 125 16 0 31 130 67 53 116 31
Binary 1110010 1010101 1110 0 11001 1011000 110111 101011 1001110 11001

Color Harmonies of #72550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72550E

Black with #72550E

Text Example


Text Example

White with #72550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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