#855833

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

Shades of Korma #855833

Tints of Korma #855833

Color information

#855833 (or 0x855833) is unknown color: approx Korma. HEX triplet: 85, 58 and 33. RGB value is (133,88,51). Sum of RGB (Red+Green+Blue) = 133+88+51=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855833 is #7AA7CC. Grayscale: #616161. Windows color (decimal): -8038349 or 3364997. OLE color: 3364997.

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

Color convert

RGB1338851-
CMYK00.340.620.48
HSL27.07º44.57%36.08%-
HSV(B)27.07º61.65%52.16%-
XYZ13.7612.214.76-
YUV97.24101.91153.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=48.90%
G=32.35%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133885100.340.620.4827.0744.5736.08
Hex8558330223E301b2d24
Octal205130630427660335544
Binary100001011011000110011010001011111011000011011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855833; }

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

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

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

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

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

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

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

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