Html Css Color HEX #8C342E Crab Apple

📋 copy color: '#8C342E'

red 140 ◦ green 52 ◦ blue 46

#8C342E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crab Apple #8C342E

Tints of Crab Apple #8C342E

RGB

 RED value IS 140 (55.08% from 255) = 58.82%

 GREEN value IS 52 (20.7% from 255) = 21.85%

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 58.82%
G = 21.85%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C342E (or 0x8C342E) is known color: Crab Apple. HEX triplet: 8C, 34 and 2E. RGB value is (140,52,46). Sum of RGB (Red+Green+Blue) = 140+52+46=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C342E is #73CBD1. Grayscale: #4D4D4D. Windows color (decimal): -7588818 or 3028108. OLE color: 3028108.

HSL color Cylindrical-coordinate representation of color #8C342E: hue angle of 3.83º degrees, saturation: 0.51, 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 #8C342E is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 52 46 -
CMYK 0 0.63 0.67 0.45
HSL 3.83º 0.51% 0.36% -
HSV(B) 3.83º 0.67% 0.55% -
XYZ 12.54 8.23 3.51 -
YUV 77.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 140 52 46 0 0.63 0.67 0.45 3.83 0.51 0.36
Hex 8C 34 2E 0 3F 43 2D 4 33 24
Octal 214 64 56 0 77 103 55 4 63 44
Binary 10001100 110100 101110 0 111111 1000011 101101 100 110011 100100

Color Harmonies of #8C342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C342E

Black with #8C342E

Text Example


Text Example

White with #8C342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C342E;
 }
 .AnyTagClassName
 {
   color: #8C342E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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