#855234

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

Shades of Korma #855234

Tints of Korma #855234

Color information

#855234 (or 0x855234) is unknown color: approx Korma. HEX triplet: 85, 52 and 34. RGB value is (133,82,52). Sum of RGB (Red+Green+Blue) = 133+82+52=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855234 is #7AADCB. Grayscale: #5E5E5E. Windows color (decimal): -8039884 or 3428997. OLE color: 3428997.

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

Color convert

RGB1338252-
CMYK00.380.610.48
HSL22.22º43.78%36.27%-
HSV(B)22.22º60.9%52.16%-
XYZ13.3111.274.72-
YUV93.83104.4155.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=49.81%
G=30.71%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133825200.380.610.4822.2243.7836.27
Hex8552340263D30162c24
Octal205122640467560265444
Binary100001011010010110100010011011110111000010110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855234; }

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

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

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

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

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

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

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

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