Html Css Color HEX #80552F Korma

📋 copy color: '#80552F'

red 128 ◦ green 85 ◦ blue 47

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

Shades of Korma #80552F

Tints of Korma #80552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.69%

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

R = 49.23%
G = 32.69%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80552F (or 0x80552F) is known color: Korma. HEX triplet: 80, 55 and 2F. RGB value is (128,85,47). Sum of RGB (Red+Green+Blue) = 128+85+47=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80552F is #7FAAD0. Grayscale: #5D5D5D. Windows color (decimal): -8366801 or 3102080. OLE color: 3102080.

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

Color convert

RGB 128 85 47 -
CMYK 0 0.34 0.63 0.50
HSL 28.15º 0.46% 0.34% -
HSV(B) 28.15º 0.63% 0.5% -
XYZ 12.66 11.29 4.2 -
YUV 93.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 128 85 47 0 0.34 0.63 0.50 28.15 0.46 0.34
Hex 80 55 2F 0 22 3F 32 1C 2E 22
Octal 200 125 57 0 42 77 62 34 56 42
Binary 10000000 1010101 101111 0 100010 111111 110010 11100 101110 100010

Color Harmonies of #80552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80552F

Black with #80552F

Text Example


Text Example

White with #80552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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