Html Css Color HEX #80512F Korma

📋 copy color: '#80512F'

red 128 ◦ green 81 ◦ blue 47

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

Shades of Korma #80512F

Tints of Korma #80512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 50%
G = 31.64%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80512F (or 0x80512F) is known color: Korma. HEX triplet: 80, 51 and 2F. RGB value is (128,81,47). Sum of RGB (Red+Green+Blue) = 128+81+47=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80512F is #7FAED0. Grayscale: #5B5B5B. Windows color (decimal): -8367825 or 3101056. OLE color: 3101056.

HSL color Cylindrical-coordinate representation of color #80512F: hue angle of 25.19º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80512F is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 81 47 -
CMYK 0 0.37 0.63 0.50
HSL 25.19º 0.46% 0.34% -
HSV(B) 25.19º 0.63% 0.5% -
XYZ 12.36 10.68 4.1 -
YUV 91.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 128 81 47 0 0.37 0.63 0.50 25.19 0.46 0.34
Hex 80 51 2F 0 25 3F 32 19 2E 22
Octal 200 121 57 0 45 77 62 31 56 42
Binary 10000000 1010001 101111 0 100101 111111 110010 11001 101110 100010

Color Harmonies of #80512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80512F

Black with #80512F

Text Example


Text Example

White with #80512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80512F; }

 p { color: rgb(128,81,47); }

 H1.HeaderClassName
 {
   color: #80512F;
 }
 .AnyTagClassName
 {
   color: #80512F;
 }
</style>

background-color css

<style>
 a { background-color: #80512F; }

 a { background-color: rgb(128,81,47); }

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

border-color css

<style>
 span { border-color: #80512F; }

 span { border-color: rgb(128,81,47); }

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