#885026

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

Shades of Korma #885026

Tints of Korma #885026

Color information

#885026 (or 0x885026) is unknown color: approx Korma. HEX triplet: 88, 50 and 26. RGB value is (136,80,38). Sum of RGB (Red+Green+Blue) = 136+80+38=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #885026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885026 is #77AFD9. Grayscale: #5C5C5C. Windows color (decimal): -7843802 or 2510984. OLE color: 2510984.

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

Color convert

RGB1368038-
CMYK00.410.720.47
HSL25.71º56.32%34.12%-
HSV(B)25.71º72.06%53.33%-
XYZ13.3711.113.27-
YUV91.9697.55159.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 38 (15.23% from 255) = 14.96%
R=53.54%
G=31.50%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136803800.410.720.4725.7156.3234.12
Hex885026029482F1a3822
Octal2101204605111057327042
Binary1000100010100001001100101001100100010111111010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885026; }

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

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

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

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

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

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

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

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