#884B26

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

Shades of Korma #884B26

Tints of Korma #884B26

Color information

#884B26 (or 0x884B26) is unknown color: approx Korma. HEX triplet: 88, 4B and 26. RGB value is (136,75,38). Sum of RGB (Red+Green+Blue) = 136+75+38=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #884B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B26 is #77B4D9. Grayscale: #595959. Windows color (decimal): -7845082 or 2509704. OLE color: 2509704.

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

Color convert

RGB1367538-
CMYK00.450.720.47
HSL22.65º56.32%34.12%-
HSV(B)22.65º72.06%53.33%-
XYZ13.0210.413.16-
YUV89.0299.21161.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 75 (29.69% from 255) = 30.12%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=54.62%
G=30.12%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136753800.450.720.4722.6556.3234.12
Hex884B2602D482F173822
Octal2101134605511057277042
Binary1000100010010111001100101101100100010111110111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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