#885126

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

Shades of Korma #885126

Tints of Korma #885126

Color information

#885126 (or 0x885126) is unknown color: approx Korma. HEX triplet: 88, 51 and 26. RGB value is (136,81,38). Sum of RGB (Red+Green+Blue) = 136+81+38=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #885126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885126 is #77AED9. Grayscale: #5C5C5C. Windows color (decimal): -7843546 or 2511240. OLE color: 2511240.

HSL color Cylindrical-coordinate representation of color #885126: hue angle of 26.33º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #885126 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1368138-
CMYK00.400.720.47
HSL26.33º56.32%34.12%-
HSV(B)26.33º72.06%53.33%-
XYZ13.4511.263.3-
YUV92.5497.22159-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=53.33%
G=31.76%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136813800.400.720.4726.3356.3234.12
Hex885126028482F1a3822
Octal2101214605011057327042
Binary1000100010100011001100101000100100010111111010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885126; }

 p { color: rgb(136,81,38); }

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

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

 a { background-color: rgb(136,81,38); }

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

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

 span { border-color: rgb(136,81,38); }

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