#855534

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

Shades of Korma #855534

Tints of Korma #855534

Color information

#855534 (or 0x855534) is unknown color: approx Korma. HEX triplet: 85, 55 and 34. RGB value is (133,85,52). Sum of RGB (Red+Green+Blue) = 133+85+52=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855534 is #7AAACB. Grayscale: #5F5F5F. Windows color (decimal): -8039116 or 3429765. OLE color: 3429765.

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

Color convert

RGB1338552-
CMYK00.360.610.48
HSL24.44º43.78%36.27%-
HSV(B)24.44º60.9%52.16%-
XYZ13.5411.734.8-
YUV95.59103.4154.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=49.26%
G=31.48%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133855200.360.610.4824.4443.7836.27
Hex8555340243D30182c24
Octal205125640447560305444
Binary100001011010101110100010010011110111000011000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855534; }

 p { color: rgb(133,85,52); }

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

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

 a { background-color: rgb(133,85,52); }

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

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

 span { border-color: rgb(133,85,52); }

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