#854D25

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

Shades of Korma #854D25

Tints of Korma #854D25

Color information

#854D25 (or 0x854D25) is unknown color: approx Korma. HEX triplet: 85, 4D and 25. RGB value is (133,77,37). Sum of RGB (Red+Green+Blue) = 133+77+37=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #854D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D25 is #7AB2DA. Grayscale: #595959. Windows color (decimal): -8041179 or 2444677. OLE color: 2444677.

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

Color convert

RGB1337737-
CMYK00.420.720.48
HSL25º56.47%33.33%-
HSV(B)25º72.18%52.16%-
XYZ12.6610.433.1-
YUV89.1898.55159.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=53.85%
G=31.17%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133773700.420.720.482556.4733.33
Hex854D2502A4830193821
Octal2051154505211060317041
Binary1000010110011011001010101010100100011000011001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,37); }

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

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

 a { background-color: rgb(133,77,37); }

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

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

 span { border-color: rgb(133,77,37); }

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