Html Css Color HEX #80531C Hot Curry

📋 copy color: '#80531C'

red 128 ◦ green 83 ◦ blue 28

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

Shades of Hot Curry #80531C

Tints of Hot Curry #80531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 53.56%
G = 34.73%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80531C (or 0x80531C) is known color: Hot Curry. HEX triplet: 80, 53 and 1C. RGB value is (128,83,28). Sum of RGB (Red+Green+Blue) = 128+83+28=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80531C is #7FACE3. Grayscale: #5A5A5A. Windows color (decimal): -8367332 or 1856384. OLE color: 1856384.

HSL color Cylindrical-coordinate representation of color #80531C: hue angle of 33º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80531C is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 83 28 -
CMYK 0 0.35 0.78 0.50
HSL 33º 0.64% 0.31% -
HSV(B) 33º 0.78% 0.5% -
XYZ 12.2 10.86 2.55 -
YUV 90.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 128 83 28 0 0.35 0.78 0.50 33 0.64 0.31
Hex 80 53 1C 0 23 4E 32 21 40 1F
Octal 200 123 34 0 43 116 62 41 100 37
Binary 10000000 1010011 11100 0 100011 1001110 110010 100001 1000000 11111

Color Harmonies of #80531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80531C

Black with #80531C

Text Example


Text Example

White with #80531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,83,28); }

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

background-color css

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

 a { background-color: rgb(128,83,28); }

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

border-color css

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

 span { border-color: rgb(128,83,28); }

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