Html Css Color HEX #72510E Raw Umber

📋 copy color: '#72510E'

red 114 ◦ green 81 ◦ blue 14

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

Shades of Raw Umber #72510E

Tints of Raw Umber #72510E

RGB

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

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

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

R = 54.55%
G = 38.76%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72510E (or 0x72510E) is known color: Raw Umber. HEX triplet: 72, 51 and 0E. RGB value is (114,81,14). Sum of RGB (Red+Green+Blue) = 114+81+14=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72510E is #8DAEF1. Grayscale: #535353. Windows color (decimal): -9285362 or 938354. OLE color: 938354.

HSL color Cylindrical-coordinate representation of color #72510E: hue angle of 40.2º 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 #72510E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 14 -
CMYK 0 0.29 0.88 0.55
HSL 40.2º 0.78% 0.25% -
HSV(B) 40.2º 0.88% 0.45% -
XYZ 9.96 9.49 1.72 -
YUV 83.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 114 81 14 0 0.29 0.88 0.55 40.2 0.78 0.25
Hex 72 51 E 0 1D 58 37 28 4E 19
Octal 162 121 16 0 35 130 67 50 116 31
Binary 1110010 1010001 1110 0 11101 1011000 110111 101000 1001110 11001

Color Harmonies of #72510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72510E

Black with #72510E

Text Example


Text Example

White with #72510E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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