#855633

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

Shades of Korma #855633

Tints of Korma #855633

Color information

#855633 (or 0x855633) is unknown color: approx Korma. HEX triplet: 85, 56 and 33. RGB value is (133,86,51). Sum of RGB (Red+Green+Blue) = 133+86+51=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855633 is #7AA9CC. Grayscale: #606060. Windows color (decimal): -8038861 or 3364485. OLE color: 3364485.

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

Color convert

RGB1338651-
CMYK00.350.620.48
HSL25.61º44.57%36.08%-
HSV(B)25.61º61.65%52.16%-
XYZ13.611.884.71-
YUV96.06102.57154.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=49.26%
G=31.85%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133865100.350.620.4825.6144.5736.08
Hex8556330233E301a2d24
Octal205126630437660325544
Binary100001011010110110011010001111111011000011010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855633; }

 p { color: rgb(133,86,51); }

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

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

 a { background-color: rgb(133,86,51); }

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

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

 span { border-color: rgb(133,86,51); }

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