Html Css Color HEX #8D392C Crab Apple

📋 copy color: '#8D392C'

red 141 ◦ green 57 ◦ blue 44

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

Shades of Crab Apple #8D392C

Tints of Crab Apple #8D392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 58.26%
G = 23.55%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D392C (or 0x8D392C) is known color: Crab Apple. HEX triplet: 8D, 39 and 2C. RGB value is (141,57,44). Sum of RGB (Red+Green+Blue) = 141+57+44=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D392C is #72C6D3. Grayscale: #505050. Windows color (decimal): -7522004 or 2898317. OLE color: 2898317.

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

Color convert

RGB 141 57 44 -
CMYK 0 0.60 0.69 0.45
HSL 8.04º 0.52% 0.36% -
HSV(B) 8.04º 0.69% 0.55% -
XYZ 12.9 8.77 3.4 -
YUV 80.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 141 57 44 0 0.60 0.69 0.45 8.04 0.52 0.36
Hex 8D 39 2C 0 3C 45 2D 8 34 24
Octal 215 71 54 0 74 105 55 10 64 44
Binary 10001101 111001 101100 0 111100 1000101 101101 1000 110100 100100

Color Harmonies of #8D392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D392C

Black with #8D392C

Text Example


Text Example

White with #8D392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,57,44); }

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

background-color css

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

 a { background-color: rgb(141,57,44); }

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

border-color css

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

 span { border-color: rgb(141,57,44); }

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