Html Css Color HEX #80542D Korma

📋 copy color: '#80542D'

red 128 ◦ green 84 ◦ blue 45

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

Shades of Korma #80542D

Tints of Korma #80542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

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

R = 49.81%
G = 32.68%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80542D (or 0x80542D) is known color: Korma. HEX triplet: 80, 54 and 2D. RGB value is (128,84,45). Sum of RGB (Red+Green+Blue) = 128+84+45=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80542D is #7FABD2. Grayscale: #5C5C5C. Windows color (decimal): -8367059 or 2970752. OLE color: 2970752.

HSL color Cylindrical-coordinate representation of color #80542D: hue angle of 28.19º 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 #80542D is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 84 45 -
CMYK 0 0.34 0.65 0.50
HSL 28.19º 0.48% 0.34% -
HSV(B) 28.19º 0.65% 0.5% -
XYZ 12.55 11.12 3.97 -
YUV 92.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 128 84 45 0 0.34 0.65 0.50 28.19 0.48 0.34
Hex 80 54 2D 0 22 41 32 1C 30 22
Octal 200 124 55 0 42 101 62 34 60 42
Binary 10000000 1010100 101101 0 100010 1000001 110010 11100 110000 100010

Color Harmonies of #80542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80542D

Black with #80542D

Text Example


Text Example

White with #80542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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