#854529

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

Shades of Korma #854529

Tints of Korma #854529

Color information

#854529 (or 0x854529) is unknown color: approx Korma. HEX triplet: 85, 45 and 29. RGB value is (133,69,41). Sum of RGB (Red+Green+Blue) = 133+69+41=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #854529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854529 is #7ABAD6. Grayscale: #555555. Windows color (decimal): -8043223 or 2704773. OLE color: 2704773.

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

Color convert

RGB1336941-
CMYK00.480.690.48
HSL18.26º52.87%34.12%-
HSV(B)18.26º69.17%52.16%-
XYZ12.29.43.27-
YUV84.94103.2162.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=54.73%
G=28.40%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133694100.480.690.4818.2652.8734.12
Hex8545290304530123522
Octal2051055106010560226542
Binary1000010110001011010010110000100010111000010010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854529; }

 p { color: rgb(133,69,41); }

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

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

 a { background-color: rgb(133,69,41); }

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

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

 span { border-color: rgb(133,69,41); }

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