#854B27

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

Shades of Korma #854B27

Tints of Korma #854B27

Color information

#854B27 (or 0x854B27) is unknown color: approx Korma. HEX triplet: 85, 4B and 27. RGB value is (133,75,39). Sum of RGB (Red+Green+Blue) = 133+75+39=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #854B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B27 is #7AB4D8. Grayscale: #585858. Windows color (decimal): -8041689 or 2575237. OLE color: 2575237.

HSL color Cylindrical-coordinate representation of color #854B27: hue angle of 22.98º 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 #854B27 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1337539-
CMYK00.440.710.48
HSL22.98º54.65%33.73%-
HSV(B)22.98º70.68%52.16%-
XYZ12.5610.173.22-
YUV88.24100.22159.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=53.85%
G=30.36%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133753900.440.710.4822.9854.6533.73
Hex854B2702C4730173722
Octal2051134705410760276742
Binary1000010110010111001110101100100011111000010111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854B27; }

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

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

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

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

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

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

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

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