Html Css Color HEX #8C372B Crab Apple

📋 copy color: '#8C372B'

red 140 ◦ green 55 ◦ blue 43

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

Shades of Crab Apple #8C372B

Tints of Crab Apple #8C372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

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

R = 58.82%
G = 23.11%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C372B (or 0x8C372B) is known color: Crab Apple. HEX triplet: 8C, 37 and 2B. RGB value is (140,55,43). Sum of RGB (Red+Green+Blue) = 140+55+43=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C372B is #73C8D4. Grayscale: #4F4F4F. Windows color (decimal): -7588053 or 2832268. OLE color: 2832268.

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

Color convert

RGB 140 55 43 -
CMYK 0 0.61 0.69 0.45
HSL 7.42º 0.53% 0.36% -
HSV(B) 7.42º 0.69% 0.55% -
XYZ 12.62 8.48 3.26 -
YUV 79.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 140 55 43 0 0.61 0.69 0.45 7.42 0.53 0.36
Hex 8C 37 2B 0 3D 45 2D 7 35 24
Octal 214 67 53 0 75 105 55 7 65 44
Binary 10001100 110111 101011 0 111101 1000101 101101 111 110101 100100

Color Harmonies of #8C372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C372B

Black with #8C372B

Text Example


Text Example

White with #8C372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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