Html Css Color HEX #72580B Raw Umber

📋 copy color: '#72580B'

red 114 ◦ green 88 ◦ blue 11

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

Shades of Raw Umber #72580B

Tints of Raw Umber #72580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.31%

 BLUE value IS 11 (4.69% from 255) = 5.16%

R = 53.52%
G = 41.31%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72580B (or 0x72580B) is known color: Raw Umber. HEX triplet: 72, 58 and 0B. RGB value is (114,88,11). Sum of RGB (Red+Green+Blue) = 114+88+11=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72580B is #8DA7F4. Grayscale: #575757. Windows color (decimal): -9283573 or 743538. OLE color: 743538.

HSL color Cylindrical-coordinate representation of color #72580B: hue angle of 44.85º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72580B is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 88 11 -
CMYK 0 0.23 0.90 0.55
HSL 44.85º 0.82% 0.25% -
HSV(B) 44.85º 0.9% 0.45% -
XYZ 10.49 10.58 1.81 -
YUV 87 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 114 88 11 0 0.23 0.90 0.55 44.85 0.82 0.25
Hex 72 58 B 0 17 5A 37 2D 52 19
Octal 162 130 13 0 27 132 67 55 122 31
Binary 1110010 1011000 1011 0 10111 1011010 110111 101101 1010010 11001

Color Harmonies of #72580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72580B

Black with #72580B

Text Example


Text Example

White with #72580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72580B; }

 p { color: rgb(114,88,11); }

 H1.HeaderClassName
 {
   color: #72580B;
 }
 .AnyTagClassName
 {
   color: #72580B;
 }
</style>

background-color css

<style>
 a { background-color: #72580B; }

 a { background-color: rgb(114,88,11); }

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

border-color css

<style>
 span { border-color: #72580B; }

 span { border-color: rgb(114,88,11); }

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