Html Css Color HEX #805332 Korma

📋 copy color: '#805332'

red 128 ◦ green 83 ◦ blue 50

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

Shades of Korma #805332

Tints of Korma #805332

RGB

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

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

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

R = 49.04%
G = 31.8%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#805332 (or 0x805332) is known color: Korma. HEX triplet: 80, 53 and 32. RGB value is (128,83,50). Sum of RGB (Red+Green+Blue) = 128+83+50=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #805332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805332 is #7FACCD. Grayscale: #5C5C5C. Windows color (decimal): -8367310 or 3298176. OLE color: 3298176.

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

Color convert

RGB 128 83 50 -
CMYK 0 0.35 0.61 0.50
HSL 25.38º 0.44% 0.35% -
HSV(B) 25.38º 0.61% 0.5% -
XYZ 12.57 11.01 4.48 -
YUV 92.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 128 83 50 0 0.35 0.61 0.50 25.38 0.44 0.35
Hex 80 53 32 0 23 3D 32 19 2C 23
Octal 200 123 62 0 43 75 62 31 54 43
Binary 10000000 1010011 110010 0 100011 111101 110010 11001 101100 100011

Color Harmonies of #805332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805332

Black with #805332

Text Example


Text Example

White with #805332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805332; }

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

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

background-color css

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

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

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

border-color css

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

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

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