Html Css Color HEX #72511C Raw Umber

📋 copy color: '#72511C'

red 114 ◦ green 81 ◦ blue 28

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

Shades of Raw Umber #72511C

Tints of Raw Umber #72511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 51.12%
G = 36.32%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72511C (or 0x72511C) is known color: Raw Umber. HEX triplet: 72, 51 and 1C. RGB value is (114,81,28). Sum of RGB (Red+Green+Blue) = 114+81+28=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72511C is #8DAEE3. Grayscale: #555555. Windows color (decimal): -9285348 or 1855858. OLE color: 1855858.

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

Color convert

RGB 114 81 28 -
CMYK 0 0.29 0.75 0.55
HSL 36.98º 0.61% 0.28% -
HSV(B) 36.98º 0.75% 0.45% -
XYZ 10.09 9.55 2.41 -
YUV 84.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 114 81 28 0 0.29 0.75 0.55 36.98 0.61 0.28
Hex 72 51 1C 0 1D 4B 37 25 3D 1C
Octal 162 121 34 0 35 113 67 45 75 34
Binary 1110010 1010001 11100 0 11101 1001011 110111 100101 111101 11100

Color Harmonies of #72511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72511C

Black with #72511C

Text Example


Text Example

White with #72511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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