Html Css Color HEX #80552A Hot Curry

📋 copy color: '#80552A'

red 128 ◦ green 85 ◦ blue 42

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

Shades of Hot Curry #80552A

Tints of Hot Curry #80552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 50.2%
G = 33.33%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80552A (or 0x80552A) is known color: Hot Curry. HEX triplet: 80, 55 and 2A. RGB value is (128,85,42). Sum of RGB (Red+Green+Blue) = 128+85+42=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80552A is #7FAAD5. Grayscale: #5D5D5D. Windows color (decimal): -8366806 or 2774400. OLE color: 2774400.

HSL color Cylindrical-coordinate representation of color #80552A: hue angle of 30º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80552A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 42 -
CMYK 0 0.34 0.67 0.50
HSL 30º 0.51% 0.33% -
HSV(B) 30º 0.67% 0.5% -
XYZ 12.57 11.25 3.7 -
YUV 92.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 128 85 42 0 0.34 0.67 0.50 30 0.51 0.33
Hex 80 55 2A 0 22 43 32 1E 33 21
Octal 200 125 52 0 42 103 62 36 63 41
Binary 10000000 1010101 101010 0 100010 1000011 110010 11110 110011 100001

Color Harmonies of #80552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80552A

Black with #80552A

Text Example


Text Example

White with #80552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80552A; }

 p { color: rgb(128,85,42); }

 H1.HeaderClassName
 {
   color: #80552A;
 }
 .AnyTagClassName
 {
   color: #80552A;
 }
</style>

background-color css

<style>
 a { background-color: #80552A; }

 a { background-color: rgb(128,85,42); }

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

border-color css

<style>
 span { border-color: #80552A; }

 span { border-color: rgb(128,85,42); }

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