Html Css Color HEX #80592E Hot Curry

📋 copy color: '#80592E'

red 128 ◦ green 89 ◦ blue 46

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

Shades of Hot Curry #80592E

Tints of Hot Curry #80592E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.84%

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 48.67%
G = 33.84%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80592E (or 0x80592E) is known color: Hot Curry. HEX triplet: 80, 59 and 2E. RGB value is (128,89,46). Sum of RGB (Red+Green+Blue) = 128+89+46=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80592E is #7FA6D1. Grayscale: #5F5F5F. Windows color (decimal): -8365778 or 3037568. OLE color: 3037568.

HSL color Cylindrical-coordinate representation of color #80592E: hue angle of 31.46º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80592E is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 46 -
CMYK 0 0.30 0.64 0.50
HSL 31.46º 0.47% 0.34% -
HSV(B) 31.46º 0.64% 0.5% -
XYZ 12.97 11.93 4.2 -
YUV 95.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 128 89 46 0 0.30 0.64 0.50 31.46 0.47 0.34
Hex 80 59 2E 0 1E 40 32 1F 2F 22
Octal 200 131 56 0 36 100 62 37 57 42
Binary 10000000 1011001 101110 0 11110 1000000 110010 11111 101111 100010

Color Harmonies of #80592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80592E

Black with #80592E

Text Example


Text Example

White with #80592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80592E; }

 p { color: rgb(128,89,46); }

 H1.HeaderClassName
 {
   color: #80592E;
 }
 .AnyTagClassName
 {
   color: #80592E;
 }
</style>

background-color css

<style>
 a { background-color: #80592E; }

 a { background-color: rgb(128,89,46); }

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

border-color css

<style>
 span { border-color: #80592E; }

 span { border-color: rgb(128,89,46); }

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