Html Css Color HEX #72511B Raw Umber

📋 copy color: '#72511B'

red 114 ◦ green 81 ◦ blue 27

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

Shades of Raw Umber #72511B

Tints of Raw Umber #72511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 51.35%
G = 36.49%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72511B (or 0x72511B) is known color: Raw Umber. HEX triplet: 72, 51 and 1B. RGB value is (114,81,27). Sum of RGB (Red+Green+Blue) = 114+81+27=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72511B is #8DAEE4. Grayscale: #545454. Windows color (decimal): -9285349 or 1790322. OLE color: 1790322.

HSL color Cylindrical-coordinate representation of color #72511B: hue angle of 37.24º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72511B is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 27 -
CMYK 0 0.29 0.76 0.55
HSL 37.24º 0.62% 0.28% -
HSV(B) 37.24º 0.76% 0.45% -
XYZ 10.08 9.54 2.35 -
YUV 84.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 114 81 27 0 0.29 0.76 0.55 37.24 0.62 0.28
Hex 72 51 1B 0 1D 4C 37 25 3E 1C
Octal 162 121 33 0 35 114 67 45 76 34
Binary 1110010 1010001 11011 0 11101 1001100 110111 100101 111110 11100

Color Harmonies of #72511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72511B

Black with #72511B

Text Example


Text Example

White with #72511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72511B; }

 p { color: rgb(114,81,27); }

 H1.HeaderClassName
 {
   color: #72511B;
 }
 .AnyTagClassName
 {
   color: #72511B;
 }
</style>

background-color css

<style>
 a { background-color: #72511B; }

 a { background-color: rgb(114,81,27); }

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

border-color css

<style>
 span { border-color: #72511B; }

 span { border-color: rgb(114,81,27); }

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