Html Css Color HEX #72521E Raw Umber

📋 copy color: '#72521E'

red 114 ◦ green 82 ◦ blue 30

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

Shades of Raw Umber #72521E

Tints of Raw Umber #72521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

 BLUE value IS 30 (12.11% from 255) = 13.27%

R = 50.44%
G = 36.28%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72521E (or 0x72521E) is known color: Raw Umber. HEX triplet: 72, 52 and 1E. RGB value is (114,82,30). Sum of RGB (Red+Green+Blue) = 114+82+30=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72521E is #8DADE1. Grayscale: #555555. Windows color (decimal): -9285090 or 1987186. OLE color: 1987186.

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

Color convert

RGB 114 82 30 -
CMYK 0 0.28 0.74 0.55
HSL 37.14º 0.58% 0.28% -
HSV(B) 37.14º 0.74% 0.45% -
XYZ 10.19 9.71 2.56 -
YUV 85.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 114 82 30 0 0.28 0.74 0.55 37.14 0.58 0.28
Hex 72 52 1E 0 1C 4A 37 25 3A 1C
Octal 162 122 36 0 34 112 67 45 72 34
Binary 1110010 1010010 11110 0 11100 1001010 110111 100101 111010 11100

Color Harmonies of #72521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72521E

Black with #72521E

Text Example


Text Example

White with #72521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,82,30); }

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

background-color css

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

 a { background-color: rgb(114,82,30); }

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

border-color css

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

 span { border-color: rgb(114,82,30); }

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