#854C2E

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

Shades of Korma #854C2E

Tints of Korma #854C2E

Color information

#854C2E (or 0x854C2E) is unknown color: approx Korma. HEX triplet: 85, 4C and 2E. RGB value is (133,76,46). Sum of RGB (Red+Green+Blue) = 133+76+46=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C2E is #7AB3D1. Grayscale: #595959. Windows color (decimal): -8041426 or 3034245. OLE color: 3034245.

HSL color Cylindrical-coordinate representation of color #854C2E: hue angle of 20.69º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854C2E is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1337646-
CMYK00.430.650.48
HSL20.69º48.6%35.1%-
HSV(B)20.69º65.41%52.16%-
XYZ12.7510.353.91-
YUV89.62103.38158.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=52.16%
G=29.80%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133764600.430.650.4820.6948.635.1
Hex854C2E02B4130153123
Octal2051145605310160256143
Binary1000010110011001011100101011100000111000010101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,76,46); }

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

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

 a { background-color: rgb(133,76,46); }

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

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

 span { border-color: rgb(133,76,46); }

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