Html Css Color HEX #80502E Korma

📋 copy color: '#80502E'

red 128 ◦ green 80 ◦ blue 46

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

Shades of Korma #80502E

Tints of Korma #80502E

RGB

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

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

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

R = 50.39%
G = 31.5%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80502E (or 0x80502E) is known color: Korma. HEX triplet: 80, 50 and 2E. RGB value is (128,80,46). Sum of RGB (Red+Green+Blue) = 128+80+46=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80502E is #7FAFD1. Grayscale: #5A5A5A. Windows color (decimal): -8368082 or 3035264. OLE color: 3035264.

HSL color Cylindrical-coordinate representation of color #80502E: hue angle of 24.88º 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 #80502E is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 46 -
CMYK 0 0.38 0.64 0.50
HSL 24.88º 0.47% 0.34% -
HSV(B) 24.88º 0.64% 0.5% -
XYZ 12.26 10.52 3.97 -
YUV 90.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 128 80 46 0 0.38 0.64 0.50 24.88 0.47 0.34
Hex 80 50 2E 0 26 40 32 19 2F 22
Octal 200 120 56 0 46 100 62 31 57 42
Binary 10000000 1010000 101110 0 100110 1000000 110010 11001 101111 100010

Color Harmonies of #80502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80502E

Black with #80502E

Text Example


Text Example

White with #80502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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