#854B23

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

Shades of Korma #854B23

Tints of Korma #854B23

Color information

#854B23 (or 0x854B23) is unknown color: approx Korma. HEX triplet: 85, 4B and 23. RGB value is (133,75,35). Sum of RGB (Red+Green+Blue) = 133+75+35=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #854B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B23 is #7AB4DC. Grayscale: #585858. Windows color (decimal): -8041693 or 2313093. OLE color: 2313093.

HSL color Cylindrical-coordinate representation of color #854B23: hue angle of 24.49º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #854B23 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1337535-
CMYK00.440.740.48
HSL24.49º58.33%32.94%-
HSV(B)24.49º73.68%52.16%-
XYZ12.4910.142.89-
YUV87.7898.22160.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 35 (14.06% from 255) = 14.40%
R=54.73%
G=30.86%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133753500.440.740.4824.4958.3332.94
Hex854B2302C4A30183a21
Octal2051134305411260307241
Binary1000010110010111000110101100100101011000011000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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