#884F25

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

Shades of Korma #884F25

Tints of Korma #884F25

Color information

#884F25 (or 0x884F25) is unknown color: approx Korma. HEX triplet: 88, 4F and 25. RGB value is (136,79,37). Sum of RGB (Red+Green+Blue) = 136+79+37=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F25 is #77B0DA. Grayscale: #5B5B5B. Windows color (decimal): -7844059 or 2445192. OLE color: 2445192.

HSL color Cylindrical-coordinate representation of color #884F25: hue angle of 25.45º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #884F25 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1367937-
CMYK00.420.730.47
HSL25.45º57.23%33.92%-
HSV(B)25.45º72.79%53.33%-
XYZ13.2810.963.17-
YUV91.2697.38159.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=53.97%
G=31.35%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136793700.420.730.4725.4557.2333.92
Hex884F2502A492F193922
Octal2101174505211157317142
Binary1000100010011111001010101010100100110111111001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884F25; }

 p { color: rgb(136,79,37); }

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

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

 a { background-color: rgb(136,79,37); }

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

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

 span { border-color: rgb(136,79,37); }

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