Html Css Color HEX #80502C Korma

📋 copy color: '#80502C'

red 128 ◦ green 80 ◦ blue 44

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

Shades of Korma #80502C

Tints of Korma #80502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 50.79%
G = 31.75%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80502C (or 0x80502C) is known color: Korma. HEX triplet: 80, 50 and 2C. RGB value is (128,80,44). Sum of RGB (Red+Green+Blue) = 128+80+44=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80502C is #7FAFD3. Grayscale: #5A5A5A. Windows color (decimal): -8368084 or 2904192. OLE color: 2904192.

HSL color Cylindrical-coordinate representation of color #80502C: hue angle of 25.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80502C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 44 -
CMYK 0 0.38 0.66 0.50
HSL 25.71º 0.49% 0.34% -
HSV(B) 25.71º 0.66% 0.5% -
XYZ 12.23 10.51 3.77 -
YUV 90.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 128 80 44 0 0.38 0.66 0.50 25.71 0.49 0.34
Hex 80 50 2C 0 26 42 32 1A 31 22
Octal 200 120 54 0 46 102 62 32 61 42
Binary 10000000 1010000 101100 0 100110 1000010 110010 11010 110001 100010

Color Harmonies of #80502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80502C

Black with #80502C

Text Example


Text Example

White with #80502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,80,44); }

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

background-color css

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

 a { background-color: rgb(128,80,44); }

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

border-color css

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

 span { border-color: rgb(128,80,44); }

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