Html Css Color HEX #84342C Crab Apple

📋 copy color: '#84342C'

red 132 ◦ green 52 ◦ blue 44

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

Shades of Crab Apple #84342C

Tints of Crab Apple #84342C

RGB

 RED value IS 132 (51.95% from 255) = 57.89%

 GREEN value IS 52 (20.7% from 255) = 22.81%

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

R = 57.89%
G = 22.81%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84342C (or 0x84342C) is known color: Crab Apple. HEX triplet: 84, 34 and 2C. RGB value is (132,52,44). Sum of RGB (Red+Green+Blue) = 132+52+44=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84342C is #7BCBD3. Grayscale: #4B4B4B. Windows color (decimal): -8113108 or 2897028. OLE color: 2897028.

HSL color Cylindrical-coordinate representation of color #84342C: hue angle of 5.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84342C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 44 -
CMYK 0 0.61 0.67 0.48
HSL 5.45º 0.5% 0.35% -
HSV(B) 5.45º 0.67% 0.52% -
XYZ 11.2 7.54 3.25 -
YUV 75.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 132 52 44 0 0.61 0.67 0.48 5.45 0.5 0.35
Hex 84 34 2C 0 3D 43 30 5 32 23
Octal 204 64 54 0 75 103 60 5 62 43
Binary 10000100 110100 101100 0 111101 1000011 110000 101 110010 100011

Color Harmonies of #84342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84342C

Black with #84342C

Text Example


Text Example

White with #84342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84342C; }

 p { color: rgb(132,52,44); }

 H1.HeaderClassName
 {
   color: #84342C;
 }
 .AnyTagClassName
 {
   color: #84342C;
 }
</style>

background-color css

<style>
 a { background-color: #84342C; }

 a { background-color: rgb(132,52,44); }

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

border-color css

<style>
 span { border-color: #84342C; }

 span { border-color: rgb(132,52,44); }

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