Html Css Color HEX #805531 Korma

📋 copy color: '#805531'

red 128 ◦ green 85 ◦ blue 49

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

Shades of Korma #805531

Tints of Korma #805531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.7%

R = 48.85%
G = 32.44%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#805531 (or 0x805531) is known color: Korma. HEX triplet: 80, 55 and 31. RGB value is (128,85,49). Sum of RGB (Red+Green+Blue) = 128+85+49=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #805531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805531 is #7FAACE. Grayscale: #5D5D5D. Windows color (decimal): -8366799 or 3233152. OLE color: 3233152.

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

Color convert

RGB 128 85 49 -
CMYK 0 0.34 0.62 0.50
HSL 27.34º 0.45% 0.35% -
HSV(B) 27.34º 0.62% 0.5% -
XYZ 12.7 11.31 4.42 -
YUV 93.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 128 85 49 0 0.34 0.62 0.50 27.34 0.45 0.35
Hex 80 55 31 0 22 3E 32 1B 2D 23
Octal 200 125 61 0 42 76 62 33 55 43
Binary 10000000 1010101 110001 0 100010 111110 110010 11011 101101 100011

Color Harmonies of #805531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805531

Black with #805531

Text Example


Text Example

White with #805531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805531; }

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

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

background-color css

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

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

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

border-color css

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

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

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