Html Css Color HEX #72511D Raw Umber

📋 copy color: '#72511D'

red 114 ◦ green 81 ◦ blue 29

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

Shades of Raw Umber #72511D

Tints of Raw Umber #72511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 50.89%
G = 36.16%
B = 12.95%

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

#72511D (or 0x72511D) is known color: Raw Umber. HEX triplet: 72, 51 and 1D. RGB value is (114,81,29). Sum of RGB (Red+Green+Blue) = 114+81+29=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72511D is #8DAEE2. Grayscale: #555555. Windows color (decimal): -9285347 or 1921394. OLE color: 1921394.

HSL color Cylindrical-coordinate representation of color #72511D: hue angle of 36.71º degrees, saturation: 0.59, 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 #72511D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 29 -
CMYK 0 0.29 0.75 0.55
HSL 36.71º 0.59% 0.28% -
HSV(B) 36.71º 0.75% 0.45% -
XYZ 10.1 9.55 2.47 -
YUV 84.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 114 81 29 0 0.29 0.75 0.55 36.71 0.59 0.28
Hex 72 51 1D 0 1D 4B 37 25 3B 1C
Octal 162 121 35 0 35 113 67 45 73 34
Binary 1110010 1010001 11101 0 11101 1001011 110111 100101 111011 11100

Color Harmonies of #72511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72511D

Black with #72511D

Text Example


Text Example

White with #72511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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