#854925

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

Shades of Korma #854925

Tints of Korma #854925

Color information

#854925 (or 0x854925) is unknown color: approx Korma. HEX triplet: 85, 49 and 25. RGB value is (133,73,37). Sum of RGB (Red+Green+Blue) = 133+73+37=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #854925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854925 is #7AB6DA. Grayscale: #575757. Windows color (decimal): -8042203 or 2443653. OLE color: 2443653.

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

Color convert

RGB1337337-
CMYK00.450.720.48
HSL22.5º56.47%33.33%-
HSV(B)22.5º72.18%52.16%-
XYZ12.399.893.01-
YUV86.8499.88160.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=54.73%
G=30.04%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133733700.450.720.4822.556.4733.33
Hex85492502D4830163821
Octal2051114505511060267041
Binary1000010110010011001010101101100100011000010110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854925; }

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

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

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

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

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

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

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

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