Html Css Color HEX #805532 Korma

📋 copy color: '#805532'

red 128 ◦ green 85 ◦ blue 50

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

Shades of Korma #805532

Tints of Korma #805532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 48.67%
G = 32.32%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#805532 (or 0x805532) is known color: Korma. HEX triplet: 80, 55 and 32. RGB value is (128,85,50). Sum of RGB (Red+Green+Blue) = 128+85+50=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #805532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805532 is #7FAACD. Grayscale: #5E5E5E. Windows color (decimal): -8366798 or 3298688. OLE color: 3298688.

HSL color Cylindrical-coordinate representation of color #805532: hue angle of 26.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #805532 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 50 -
CMYK 0 0.34 0.61 0.50
HSL 26.92º 0.44% 0.35% -
HSV(B) 26.92º 0.61% 0.5% -
XYZ 12.73 11.32 4.53 -
YUV 93.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 128 85 50 0 0.34 0.61 0.50 26.92 0.44 0.35
Hex 80 55 32 0 22 3D 32 1B 2C 23
Octal 200 125 62 0 42 75 62 33 54 43
Binary 10000000 1010101 110010 0 100010 111101 110010 11011 101100 100011

Color Harmonies of #805532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805532

Black with #805532

Text Example


Text Example

White with #805532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805532; }

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

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

background-color css

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

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

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

border-color css

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

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

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