Html Css Color HEX #80482D Korma

📋 copy color: '#80482D'

red 128 ◦ green 72 ◦ blue 45

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

Shades of Korma #80482D

Tints of Korma #80482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

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

R = 52.24%
G = 29.39%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80482D (or 0x80482D) is known color: Korma. HEX triplet: 80, 48 and 2D. RGB value is (128,72,45). Sum of RGB (Red+Green+Blue) = 128+72+45=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80482D is #7FB7D2. Grayscale: #555555. Windows color (decimal): -8370131 or 2967680. OLE color: 2967680.

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

Color convert

RGB 128 72 45 -
CMYK 0 0.44 0.65 0.50
HSL 19.52º 0.48% 0.34% -
HSV(B) 19.52º 0.65% 0.5% -
XYZ 11.69 9.41 3.68 -
YUV 85.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 128 72 45 0 0.44 0.65 0.50 19.52 0.48 0.34
Hex 80 48 2D 0 2C 41 32 14 30 22
Octal 200 110 55 0 54 101 62 24 60 42
Binary 10000000 1001000 101101 0 101100 1000001 110010 10100 110000 100010

Color Harmonies of #80482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80482D

Black with #80482D

Text Example


Text Example

White with #80482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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