Html Css Color HEX #84362B Crab Apple

📋 copy color: '#84362B'

red 132 ◦ green 54 ◦ blue 43

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

Shades of Crab Apple #84362B

Tints of Crab Apple #84362B

RGB

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

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

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

R = 57.64%
G = 23.58%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84362B (or 0x84362B) is known color: Crab Apple. HEX triplet: 84, 36 and 2B. RGB value is (132,54,43). Sum of RGB (Red+Green+Blue) = 132+54+43=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84362B is #7BC9D4. Grayscale: #4C4C4C. Windows color (decimal): -8112597 or 2832004. OLE color: 2832004.

HSL color Cylindrical-coordinate representation of color #84362B: hue angle of 7.42º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84362B is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 54 43 -
CMYK 0 0.59 0.67 0.48
HSL 7.42º 0.51% 0.34% -
HSV(B) 7.42º 0.67% 0.52% -
XYZ 11.27 7.72 3.18 -
YUV 76.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 132 54 43 0 0.59 0.67 0.48 7.42 0.51 0.34
Hex 84 36 2B 0 3B 43 30 7 33 22
Octal 204 66 53 0 73 103 60 7 63 42
Binary 10000100 110110 101011 0 111011 1000011 110000 111 110011 100010

Color Harmonies of #84362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84362B

Black with #84362B

Text Example


Text Example

White with #84362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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