#8B4C23

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

Shades of Korma #8B4C23

Tints of Korma #8B4C23

Color information

#8B4C23 (or 0x8B4C23) is unknown color: approx Korma. HEX triplet: 8B, 4C and 23. RGB value is (139,76,35). Sum of RGB (Red+Green+Blue) = 139+76+35=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C23 is #74B3DC. Grayscale: #5A5A5A. Windows color (decimal): -7648221 or 2313355. OLE color: 2313355.

HSL color Cylindrical-coordinate representation of color #8B4C23: hue angle of 23.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B4C23 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB1397635-
CMYK00.450.750.45
HSL23.65º59.77%34.12%-
HSV(B)23.65º74.82%54.51%-
XYZ13.5410.782.96-
YUV90.1696.87162.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 35 (14.06% from 255) = 14%
R=55.6%
G=30.4%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139763500.450.750.4523.6559.7734.12
Hex8B4C2302D4B2D183c22
Octal2131144305511355307442
Binary1000101110011001000110101101100101110110111000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4C23; }

 p { color: rgb(139,76,35); }

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

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

 a { background-color: rgb(139,76,35); }

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

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

 span { border-color: rgb(139,76,35); }

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