Html Css Color HEX #84352F Crab Apple

📋 copy color: '#84352F'

red 132 ◦ green 53 ◦ blue 47

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

Shades of Crab Apple #84352F

Tints of Crab Apple #84352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 56.9%
G = 22.84%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84352F (or 0x84352F) is known color: Crab Apple. HEX triplet: 84, 35 and 2F. RGB value is (132,53,47). Sum of RGB (Red+Green+Blue) = 132+53+47=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84352F is #7BCAD0. Grayscale: #4C4C4C. Windows color (decimal): -8112849 or 3093892. OLE color: 3093892.

HSL color Cylindrical-coordinate representation of color #84352F: hue angle of 4.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84352F is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 53 47 -
CMYK 0 0.60 0.64 0.48
HSL 4.24º 0.47% 0.35% -
HSV(B) 4.24º 0.64% 0.52% -
XYZ 11.3 7.66 3.57 -
YUV 75.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 132 53 47 0 0.60 0.64 0.48 4.24 0.47 0.35
Hex 84 35 2F 0 3C 40 30 4 2F 23
Octal 204 65 57 0 74 100 60 4 57 43
Binary 10000100 110101 101111 0 111100 1000000 110000 100 101111 100011

Color Harmonies of #84352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84352F

Black with #84352F

Text Example


Text Example

White with #84352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84352F; }

 p { color: rgb(132,53,47); }

 H1.HeaderClassName
 {
   color: #84352F;
 }
 .AnyTagClassName
 {
   color: #84352F;
 }
</style>

background-color css

<style>
 a { background-color: #84352F; }

 a { background-color: rgb(132,53,47); }

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

border-color css

<style>
 span { border-color: #84352F; }

 span { border-color: rgb(132,53,47); }

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