#8A502B

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

Shades of Korma #8A502B

Tints of Korma #8A502B

Color information

#8A502B (or 0x8A502B) is unknown color: approx Korma. HEX triplet: 8A, 50 and 2B. RGB value is (138,80,43). Sum of RGB (Red+Green+Blue) = 138+80+43=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A502B is #75AFD4. Grayscale: #5D5D5D. Windows color (decimal): -7712725 or 2838666. OLE color: 2838666.

HSL color Cylindrical-coordinate representation of color #8A502B: hue angle of 23.37º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A502B is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1388043-
CMYK00.420.690.46
HSL23.37º52.49%35.49%-
HSV(B)23.37º68.84%54.12%-
XYZ13.7911.323.74-
YUV93.1299.72160.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.87%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=52.87%
G=30.65%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138804300.420.690.4623.3752.4935.49
Hex8A502B02A452E173423
Octal2121205305210556276443
Binary1000101010100001010110101010100010110111010111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,43); }

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

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

 a { background-color: rgb(138,80,43); }

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

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

 span { border-color: rgb(138,80,43); }

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