#884A26

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

Shades of Korma #884A26

Tints of Korma #884A26

Color information

#884A26 (or 0x884A26) is unknown color: approx Korma. HEX triplet: 88, 4A and 26. RGB value is (136,74,38). Sum of RGB (Red+Green+Blue) = 136+74+38=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #884A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A26 is #77B5D9. Grayscale: #585858. Windows color (decimal): -7845338 or 2509448. OLE color: 2509448.

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

Color convert

RGB1367438-
CMYK00.460.720.47
HSL22.04º56.32%34.12%-
HSV(B)22.04º72.06%53.33%-
XYZ12.9510.273.13-
YUV88.4399.54161.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.84%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=54.84%
G=29.84%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136743800.460.720.4722.0456.3234.12
Hex884A2602E482F163822
Octal2101124605611057267042
Binary1000100010010101001100101110100100010111110110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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