#885226

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

Shades of Korma #885226

Tints of Korma #885226

Color information

#885226 (or 0x885226) is unknown color: approx Korma. HEX triplet: 88, 52 and 26. RGB value is (136,82,38). Sum of RGB (Red+Green+Blue) = 136+82+38=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #885226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885226 is #77ADD9. Grayscale: #5D5D5D. Windows color (decimal): -7843290 or 2511496. OLE color: 2511496.

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

Color convert

RGB1368238-
CMYK00.400.720.47
HSL26.94º56.32%34.12%-
HSV(B)26.94º72.06%53.33%-
XYZ13.5211.413.32-
YUV93.1396.89158.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=53.12%
G=32.03%
B=14.84%

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
Decimal136823800.400.720.4726.9456.3234.12
Hex885226028482F1b3822
Octal2101224605011057337042
Binary1000100010100101001100101000100100010111111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885226; }

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

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

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

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

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

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

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

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