Html Css Color HEX #84362F Crab Apple

📋 copy color: '#84362F'

red 132 ◦ green 54 ◦ blue 47

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

Shades of Crab Apple #84362F

Tints of Crab Apple #84362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

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

R = 56.65%
G = 23.18%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84362F (or 0x84362F) is known color: Crab Apple. HEX triplet: 84, 36 and 2F. RGB value is (132,54,47). Sum of RGB (Red+Green+Blue) = 132+54+47=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84362F is #7BC9D0. Grayscale: #4C4C4C. Windows color (decimal): -8112593 or 3094148. OLE color: 3094148.

HSL color Cylindrical-coordinate representation of color #84362F: hue angle of 4.94º 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 #84362F is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 54 47 -
CMYK 0 0.59 0.64 0.48
HSL 4.94º 0.47% 0.35% -
HSV(B) 4.94º 0.64% 0.52% -
XYZ 11.35 7.75 3.59 -
YUV 76.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 132 54 47 0 0.59 0.64 0.48 4.94 0.47 0.35
Hex 84 36 2F 0 3B 40 30 5 2F 23
Octal 204 66 57 0 73 100 60 5 57 43
Binary 10000100 110110 101111 0 111011 1000000 110000 101 101111 100011

Color Harmonies of #84362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84362F

Black with #84362F

Text Example


Text Example

White with #84362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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