#884926

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

Shades of Korma #884926

Tints of Korma #884926

Color information

#884926 (or 0x884926) is unknown color: approx Korma. HEX triplet: 88, 49 and 26. RGB value is (136,73,38). Sum of RGB (Red+Green+Blue) = 136+73+38=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #884926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884926 is #77B6D9. Grayscale: #585858. Windows color (decimal): -7845594 or 2509192. OLE color: 2509192.

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

Color convert

RGB1367338-
CMYK00.460.720.47
HSL21.43º56.32%34.12%-
HSV(B)21.43º72.06%53.33%-
XYZ12.8910.143.11-
YUV87.8599.87162.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=55.06%
G=29.55%
B=15.38%

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
Decimal136733800.460.720.4721.4356.3234.12
Hex88492602E482F153822
Octal2101114605611057257042
Binary1000100010010011001100101110100100010111110101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884926; }

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

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

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

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

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

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

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

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