Html Css Color HEX #8D3A2E Crab Apple

📋 copy color: '#8D3A2E'

red 141 ◦ green 58 ◦ blue 46

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

Shades of Crab Apple #8D3A2E

Tints of Crab Apple #8D3A2E

RGB

 RED value IS 141 (55.47% from 255) = 57.55%

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 57.55%
G = 23.67%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D3A2E (or 0x8D3A2E) is known color: Crab Apple. HEX triplet: 8D, 3A and 2E. RGB value is (141,58,46). Sum of RGB (Red+Green+Blue) = 141+58+46=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A2E is #72C5D1. Grayscale: #515151. Windows color (decimal): -7521746 or 3029645. OLE color: 3029645.

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

Color convert

RGB 141 58 46 -
CMYK 0 0.59 0.67 0.45
HSL 7.58º 0.51% 0.37% -
HSV(B) 7.58º 0.67% 0.55% -
XYZ 12.99 8.89 3.62 -
YUV 81.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 141 58 46 0 0.59 0.67 0.45 7.58 0.51 0.37
Hex 8D 3A 2E 0 3B 43 2D 8 33 25
Octal 215 72 56 0 73 103 55 10 63 45
Binary 10001101 111010 101110 0 111011 1000011 101101 1000 110011 100101

Color Harmonies of #8D3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3A2E

Black with #8D3A2E

Text Example


Text Example

White with #8D3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,58,46); }

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

background-color css

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

 a { background-color: rgb(141,58,46); }

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

border-color css

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

 span { border-color: rgb(141,58,46); }

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