Html Css Color HEX #8C392B Crab Apple

📋 copy color: '#8C392B'

red 140 ◦ green 57 ◦ blue 43

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

Shades of Crab Apple #8C392B

Tints of Crab Apple #8C392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 58.33%
G = 23.75%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C392B (or 0x8C392B) is known color: Crab Apple. HEX triplet: 8C, 39 and 2B. RGB value is (140,57,43). Sum of RGB (Red+Green+Blue) = 140+57+43=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C392B is #73C6D4. Grayscale: #505050. Windows color (decimal): -7587541 or 2832780. OLE color: 2832780.

HSL color Cylindrical-coordinate representation of color #8C392B: hue angle of 8.66º degrees, saturation: 0.53, 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 #8C392B is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 57 43 -
CMYK 0 0.59 0.69 0.45
HSL 8.66º 0.53% 0.36% -
HSV(B) 8.66º 0.69% 0.55% -
XYZ 12.71 8.68 3.29 -
YUV 80.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 140 57 43 0 0.59 0.69 0.45 8.66 0.53 0.36
Hex 8C 39 2B 0 3B 45 2D 9 35 24
Octal 214 71 53 0 73 105 55 11 65 44
Binary 10001100 111001 101011 0 111011 1000101 101101 1001 110101 100100

Color Harmonies of #8C392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C392B

Black with #8C392B

Text Example


Text Example

White with #8C392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,57,43); }

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

background-color css

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

 a { background-color: rgb(140,57,43); }

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

border-color css

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

 span { border-color: rgb(140,57,43); }

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