Html Css Color HEX #80462C Cumin

📋 copy color: '#80462C'

red 128 ◦ green 70 ◦ blue 44

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

Shades of Cumin #80462C

Tints of Cumin #80462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.93%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 52.89%
G = 28.93%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80462C (or 0x80462C) is known color: Cumin. HEX triplet: 80, 46 and 2C. RGB value is (128,70,44). Sum of RGB (Red+Green+Blue) = 128+70+44=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80462C is #7FB9D3. Grayscale: #545454. Windows color (decimal): -8370644 or 2901632. OLE color: 2901632.

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

Color convert

RGB 128 70 44 -
CMYK 0 0.45 0.66 0.50
HSL 18.57º 0.49% 0.34% -
HSV(B) 18.57º 0.66% 0.5% -
XYZ 11.55 9.15 3.54 -
YUV 84.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 128 70 44 0 0.45 0.66 0.50 18.57 0.49 0.34
Hex 80 46 2C 0 2D 42 32 13 31 22
Octal 200 106 54 0 55 102 62 23 61 42
Binary 10000000 1000110 101100 0 101101 1000010 110010 10011 110001 100010

Color Harmonies of #80462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80462C

Black with #80462C

Text Example


Text Example

White with #80462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80462C; }

 p { color: rgb(128,70,44); }

 H1.HeaderClassName
 {
   color: #80462C;
 }
 .AnyTagClassName
 {
   color: #80462C;
 }
</style>

background-color css

<style>
 a { background-color: #80462C; }

 a { background-color: rgb(128,70,44); }

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

border-color css

<style>
 span { border-color: #80462C; }

 span { border-color: rgb(128,70,44); }

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