Html Css Color HEX #8D382D Crab Apple

📋 copy color: '#8D382D'

red 141 ◦ green 56 ◦ blue 45

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

Shades of Crab Apple #8D382D

Tints of Crab Apple #8D382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 58.26%
G = 23.14%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8D382D (or 0x8D382D) is known color: Crab Apple. HEX triplet: 8D, 38 and 2D. RGB value is (141,56,45). Sum of RGB (Red+Green+Blue) = 141+56+45=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D382D is #72C7D2. Grayscale: #505050. Windows color (decimal): -7522259 or 2963597. OLE color: 2963597.

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

Color convert

RGB 141 56 45 -
CMYK 0 0.60 0.68 0.45
HSL 6.88º 0.52% 0.36% -
HSV(B) 6.88º 0.68% 0.55% -
XYZ 12.87 8.68 3.48 -
YUV 80.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 141 56 45 0 0.60 0.68 0.45 6.88 0.52 0.36
Hex 8D 38 2D 0 3C 44 2D 7 34 24
Octal 215 70 55 0 74 104 55 7 64 44
Binary 10001101 111000 101101 0 111100 1000100 101101 111 110100 100100

Color Harmonies of #8D382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D382D

Black with #8D382D

Text Example


Text Example

White with #8D382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,56,45); }

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

background-color css

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

 a { background-color: rgb(141,56,45); }

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

border-color css

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

 span { border-color: rgb(141,56,45); }

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