#854825

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

Shades of Korma #854825

Tints of Korma #854825

Color information

#854825 (or 0x854825) is unknown color: approx Korma. HEX triplet: 85, 48 and 25. RGB value is (133,72,37). Sum of RGB (Red+Green+Blue) = 133+72+37=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #854825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854825 is #7AB7DA. Grayscale: #565656. Windows color (decimal): -8042459 or 2443397. OLE color: 2443397.

HSL color Cylindrical-coordinate representation of color #854825: hue angle of 21.88º 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 #854825 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1337237-
CMYK00.460.720.48
HSL21.88º56.47%33.33%-
HSV(B)21.88º72.18%52.16%-
XYZ12.329.752.98-
YUV86.25100.21161.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=54.96%
G=29.75%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133723700.460.720.4821.8856.4733.33
Hex85482502E4830163821
Octal2051104505611060267041
Binary1000010110010001001010101110100100011000010110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854825; }

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

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

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

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

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

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

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

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