Html Css Color HEX #72521D Raw Umber

📋 copy color: '#72521D'

red 114 ◦ green 82 ◦ blue 29

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

Shades of Raw Umber #72521D

Tints of Raw Umber #72521D

RGB

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

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

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

R = 50.67%
G = 36.44%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72521D (or 0x72521D) is known color: Raw Umber. HEX triplet: 72, 52 and 1D. RGB value is (114,82,29). Sum of RGB (Red+Green+Blue) = 114+82+29=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72521D is #8DADE2. Grayscale: #555555. Windows color (decimal): -9285091 or 1921650. OLE color: 1921650.

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

Color convert

RGB 114 82 29 -
CMYK 0 0.28 0.75 0.55
HSL 37.41º 0.59% 0.28% -
HSV(B) 37.41º 0.75% 0.45% -
XYZ 10.18 9.7 2.5 -
YUV 85.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 114 82 29 0 0.28 0.75 0.55 37.41 0.59 0.28
Hex 72 52 1D 0 1C 4B 37 25 3B 1C
Octal 162 122 35 0 34 113 67 45 73 34
Binary 1110010 1010010 11101 0 11100 1001011 110111 100101 111011 11100

Color Harmonies of #72521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72521D

Black with #72521D

Text Example


Text Example

White with #72521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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