#855232

Color #855232 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #855232

Tints of Korma #855232

Color information

#855232 (or 0x855232) is unknown color: approx Korma. HEX triplet: 85, 52 and 32. RGB value is (133,82,50). Sum of RGB (Red+Green+Blue) = 133+82+50=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #855232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855232 is #7AADCD. Grayscale: #5D5D5D. Windows color (decimal): -8039886 or 3297925. OLE color: 3297925.

HSL color Cylindrical-coordinate representation of color #855232: hue angle of 23.13º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855232 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1338250-
CMYK00.380.620.48
HSL23.13º45.36%35.88%-
HSV(B)23.13º62.41%52.16%-
XYZ13.2711.254.49-
YUV93.6103.4156.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=50.19%
G=30.94%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133825000.380.620.4823.1345.3635.88
Hex8552320263E30172d24
Octal205122620467660275544
Binary100001011010010110010010011011111011000010111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855232; }

 p { color: rgb(133,82,50); }

 H1.HeaderClassName
 {
   color: #855232;
 }
 .AnyTagClassName
 {
   color: #855232;
 }
</style>
background-color css

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

 a { background-color: rgb(133,82,50); }

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

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

 span { border-color: rgb(133,82,50); }

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