Html Css Color HEX #72501D Raw Umber

📋 copy color: '#72501D'

red 114 ◦ green 80 ◦ blue 29

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

Shades of Raw Umber #72501D

Tints of Raw Umber #72501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 51.12%
G = 35.87%
B = 13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72501D (or 0x72501D) is known color: Raw Umber. HEX triplet: 72, 50 and 1D. RGB value is (114,80,29). Sum of RGB (Red+Green+Blue) = 114+80+29=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72501D is #8DAFE2. Grayscale: #545454. Windows color (decimal): -9285603 or 1921138. OLE color: 1921138.

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

Color convert

RGB 114 80 29 -
CMYK 0 0.30 0.75 0.55
HSL 36º 0.59% 0.28% -
HSV(B) 36º 0.75% 0.45% -
XYZ 10.03 9.4 2.45 -
YUV 84.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 114 80 29 0 0.30 0.75 0.55 36 0.59 0.28
Hex 72 50 1D 0 1E 4B 37 24 3B 1C
Octal 162 120 35 0 36 113 67 44 73 34
Binary 1110010 1010000 11101 0 11110 1001011 110111 100100 111011 11100

Color Harmonies of #72501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72501D

Black with #72501D

Text Example


Text Example

White with #72501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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