Html Css Color HEX #8A342E Crab Apple

📋 copy color: '#8A342E'

red 138 ◦ green 52 ◦ blue 46

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

Shades of Crab Apple #8A342E

Tints of Crab Apple #8A342E

RGB

 RED value IS 138 (54.3% from 255) = 58.47%

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

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

R = 58.47%
G = 22.03%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A342E (or 0x8A342E) is known color: Crab Apple. HEX triplet: 8A, 34 and 2E. RGB value is (138,52,46). Sum of RGB (Red+Green+Blue) = 138+52+46=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A342E is #75CBD1. Grayscale: #4D4D4D. Windows color (decimal): -7719890 or 3028106. OLE color: 3028106.

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

Color convert

RGB 138 52 46 -
CMYK 0 0.62 0.67 0.46
HSL 3.91º 0.5% 0.36% -
HSV(B) 3.91º 0.67% 0.54% -
XYZ 12.2 8.06 3.5 -
YUV 77.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 138 52 46 0 0.62 0.67 0.46 3.91 0.5 0.36
Hex 8A 34 2E 0 3E 43 2E 4 32 24
Octal 212 64 56 0 76 103 56 4 62 44
Binary 10001010 110100 101110 0 111110 1000011 101110 100 110010 100100

Color Harmonies of #8A342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A342E

Black with #8A342E

Text Example


Text Example

White with #8A342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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