#854727

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

Shades of Korma #854727

Tints of Korma #854727

Color information

#854727 (or 0x854727) is unknown color: approx Korma. HEX triplet: 85, 47 and 27. RGB value is (133,71,39). Sum of RGB (Red+Green+Blue) = 133+71+39=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #854727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854727 is #7AB8D8. Grayscale: #565656. Windows color (decimal): -8042713 or 2574213. OLE color: 2574213.

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

Color convert

RGB1337139-
CMYK00.470.710.48
HSL20.43º54.65%33.73%-
HSV(B)20.43º70.68%52.16%-
XYZ12.299.643.13-
YUV85.89101.54161.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 39 (15.62% from 255) = 16.05%
R=54.73%
G=29.22%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133713900.470.710.4820.4354.6533.73
Hex85472702F4730143722
Octal2051074705710760246742
Binary1000010110001111001110101111100011111000010100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854727; }

 p { color: rgb(133,71,39); }

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

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

 a { background-color: rgb(133,71,39); }

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

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

 span { border-color: rgb(133,71,39); }

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