Html Css Color HEX #80472D Cumin

📋 copy color: '#80472D'

red 128 ◦ green 71 ◦ blue 45

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

Shades of Cumin #80472D

Tints of Cumin #80472D

RGB

 RED value IS 128 (50.39% from 255) = 52.46%

 GREEN value IS 71 (28.13% from 255) = 29.1%

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 52.46%
G = 29.1%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80472D (or 0x80472D) is known color: Cumin. HEX triplet: 80, 47 and 2D. RGB value is (128,71,45). Sum of RGB (Red+Green+Blue) = 128+71+45=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80472D is #7FB8D2. Grayscale: #555555. Windows color (decimal): -8370387 or 2967424. OLE color: 2967424.

HSL color Cylindrical-coordinate representation of color #80472D: hue angle of 18.8º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80472D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 45 -
CMYK 0 0.45 0.65 0.50
HSL 18.8º 0.48% 0.34% -
HSV(B) 18.8º 0.65% 0.5% -
XYZ 11.63 9.29 3.66 -
YUV 85.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 128 71 45 0 0.45 0.65 0.50 18.8 0.48 0.34
Hex 80 47 2D 0 2D 41 32 13 30 22
Octal 200 107 55 0 55 101 62 23 60 42
Binary 10000000 1000111 101101 0 101101 1000001 110010 10011 110000 100010

Color Harmonies of #80472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80472D

Black with #80472D

Text Example


Text Example

White with #80472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,71,45); }

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

background-color css

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

 a { background-color: rgb(128,71,45); }

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

border-color css

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

 span { border-color: rgb(128,71,45); }

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