#855433

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

Shades of Korma #855433

Tints of Korma #855433

Color information

#855433 (or 0x855433) is unknown color: approx Korma. HEX triplet: 85, 54 and 33. RGB value is (133,84,51). Sum of RGB (Red+Green+Blue) = 133+84+51=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #855433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855433 is #7AABCC. Grayscale: #5F5F5F. Windows color (decimal): -8039373 or 3363973. OLE color: 3363973.

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

Color convert

RGB1338451-
CMYK00.370.620.48
HSL24.15º44.57%36.08%-
HSV(B)24.15º61.65%52.16%-
XYZ13.4411.574.66-
YUV94.89103.23155.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=49.63%
G=31.34%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133845100.370.620.4824.1544.5736.08
Hex8554330253E30182d24
Octal205124630457660305544
Binary100001011010100110011010010111111011000011000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855433; }

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

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

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

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

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

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

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

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