Html Css Color HEX #8C322C Crab Apple

📋 copy color: '#8C322C'

red 140 ◦ green 50 ◦ blue 44

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

Shades of Crab Apple #8C322C

Tints of Crab Apple #8C322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 59.83%
G = 21.37%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C322C (or 0x8C322C) is known color: Crab Apple. HEX triplet: 8C, 32 and 2C. RGB value is (140,50,44). Sum of RGB (Red+Green+Blue) = 140+50+44=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C322C is #73CDD3. Grayscale: #4C4C4C. Windows color (decimal): -7589332 or 2896524. OLE color: 2896524.

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

Color convert

RGB 140 50 44 -
CMYK 0 0.64 0.69 0.45
HSL 3.75º 0.52% 0.36% -
HSV(B) 3.75º 0.69% 0.55% -
XYZ 12.41 8.04 3.28 -
YUV 76.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 140 50 44 0 0.64 0.69 0.45 3.75 0.52 0.36
Hex 8C 32 2C 0 40 45 2D 4 34 24
Octal 214 62 54 0 100 105 55 4 64 44
Binary 10001100 110010 101100 0 1000000 1000101 101101 100 110100 100100

Color Harmonies of #8C322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C322C

Black with #8C322C

Text Example


Text Example

White with #8C322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,50,44); }

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

background-color css

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

 a { background-color: rgb(140,50,44); }

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

border-color css

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

 span { border-color: rgb(140,50,44); }

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