Html Css Color HEX #80532F Korma

📋 copy color: '#80532F'

red 128 ◦ green 83 ◦ blue 47

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

Shades of Korma #80532F

Tints of Korma #80532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 49.61%
G = 32.17%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80532F (or 0x80532F) is known color: Korma. HEX triplet: 80, 53 and 2F. RGB value is (128,83,47). Sum of RGB (Red+Green+Blue) = 128+83+47=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80532F is #7FACD0. Grayscale: #5C5C5C. Windows color (decimal): -8367313 or 3101568. OLE color: 3101568.

HSL color Cylindrical-coordinate representation of color #80532F: hue angle of 26.67º 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 #80532F is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 83 47 -
CMYK 0 0.35 0.63 0.50
HSL 26.67º 0.46% 0.34% -
HSV(B) 26.67º 0.63% 0.5% -
XYZ 12.51 10.98 4.15 -
YUV 92.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 128 83 47 0 0.35 0.63 0.50 26.67 0.46 0.34
Hex 80 53 2F 0 23 3F 32 1B 2E 22
Octal 200 123 57 0 43 77 62 33 56 42
Binary 10000000 1010011 101111 0 100011 111111 110010 11011 101110 100010

Color Harmonies of #80532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80532F

Black with #80532F

Text Example


Text Example

White with #80532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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