Html Css Color HEX #80502B Korma

📋 copy color: '#80502B'

red 128 ◦ green 80 ◦ blue 43

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

Shades of Korma #80502B

Tints of Korma #80502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.13%

R = 51%
G = 31.87%
B = 17.13%

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

#80502B (or 0x80502B) is known color: Korma. HEX triplet: 80, 50 and 2B. RGB value is (128,80,43). Sum of RGB (Red+Green+Blue) = 128+80+43=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80502B is #7FAFD4. Grayscale: #5A5A5A. Windows color (decimal): -8368085 or 2838656. OLE color: 2838656.

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

Color convert

RGB 128 80 43 -
CMYK 0 0.38 0.66 0.50
HSL 26.12º 0.5% 0.34% -
HSV(B) 26.12º 0.66% 0.5% -
XYZ 12.21 10.5 3.67 -
YUV 90.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 128 80 43 0 0.38 0.66 0.50 26.12 0.5 0.34
Hex 80 50 2B 0 26 42 32 1A 32 22
Octal 200 120 53 0 46 102 62 32 62 42
Binary 10000000 1010000 101011 0 100110 1000010 110010 11010 110010 100010

Color Harmonies of #80502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80502B

Black with #80502B

Text Example


Text Example

White with #80502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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