#8B342E

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

Shades of Crab Apple #8B342E

Tints of Crab Apple #8B342E

Color information

#8B342E (or 0x8B342E) is unknown color: approx Crab Apple. HEX triplet: 8B, 34 and 2E. RGB value is (139,52,46). Sum of RGB (Red+Green+Blue) = 139+52+46=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B342E is #74CBD1. Grayscale: #4D4D4D. Windows color (decimal): -7654354 or 3028107. OLE color: 3028107.

HSL color Cylindrical-coordinate representation of color #8B342E: hue angle of 3.87º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B342E is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1395246-
CMYK00.630.670.45
HSL3.87º50.27%36.27%-
HSV(B)3.87º66.91%54.51%-
XYZ12.378.143.5-
YUV77.33110.32171.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.65%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=58.65%
G=21.94%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139524600.630.670.453.8750.2736.27
Hex8B342E03F432D43224
Octal21364560771035546244
Binary1000101111010010111001111111000011101101100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,46); }

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

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

 a { background-color: rgb(139,52,46); }

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

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

 span { border-color: rgb(139,52,46); }

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