Html Css Color HEX #8C322B Crab Apple

📋 copy color: '#8C322B'

red 140 ◦ green 50 ◦ blue 43

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

Shades of Crab Apple #8C322B

Tints of Crab Apple #8C322B

RGB

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

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

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

R = 60.09%
G = 21.46%
B = 18.45%

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

#8C322B (or 0x8C322B) is known color: Crab Apple. HEX triplet: 8C, 32 and 2B. RGB value is (140,50,43). Sum of RGB (Red+Green+Blue) = 140+50+43=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C322B is #73CDD4. Grayscale: #4C4C4C. Windows color (decimal): -7589333 or 2830988. OLE color: 2830988.

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

Color convert

RGB 140 50 43 -
CMYK 0 0.64 0.69 0.45
HSL 4.33º 0.53% 0.36% -
HSV(B) 4.33º 0.69% 0.55% -
XYZ 12.39 8.03 3.18 -
YUV 76.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 140 50 43 0 0.64 0.69 0.45 4.33 0.53 0.36
Hex 8C 32 2B 0 40 45 2D 4 35 24
Octal 214 62 53 0 100 105 55 4 65 44
Binary 10001100 110010 101011 0 1000000 1000101 101101 100 110101 100100

Color Harmonies of #8C322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C322B

Black with #8C322B

Text Example


Text Example

White with #8C322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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