Html Css Color HEX #8C332C Crab Apple

📋 copy color: '#8C332C'

red 140 ◦ green 51 ◦ blue 44

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

Shades of Crab Apple #8C332C

Tints of Crab Apple #8C332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

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

R = 59.57%
G = 21.7%
B = 18.72%

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

#8C332C (or 0x8C332C) is known color: Crab Apple. HEX triplet: 8C, 33 and 2C. RGB value is (140,51,44). Sum of RGB (Red+Green+Blue) = 140+51+44=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C332C is #73CCD3. Grayscale: #4C4C4C. Windows color (decimal): -7589076 or 2896780. OLE color: 2896780.

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

Color convert

RGB 140 51 44 -
CMYK 0 0.64 0.69 0.45
HSL 4.38º 0.52% 0.36% -
HSV(B) 4.38º 0.69% 0.55% -
XYZ 12.45 8.12 3.29 -
YUV 76.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 140 51 44 0 0.64 0.69 0.45 4.38 0.52 0.36
Hex 8C 33 2C 0 40 45 2D 4 34 24
Octal 214 63 54 0 100 105 55 4 64 44
Binary 10001100 110011 101100 0 1000000 1000101 101101 100 110100 100100

Color Harmonies of #8C332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C332C

Black with #8C332C

Text Example


Text Example

White with #8C332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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