Html Css Color HEX #843C2A Crab Apple

📋 copy color: '#843C2A'

red 132 ◦ green 60 ◦ blue 42

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

Shades of Crab Apple #843C2A

Tints of Crab Apple #843C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.64%

 BLUE value IS 42 (16.8% from 255) = 17.95%

R = 56.41%
G = 25.64%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#843C2A (or 0x843C2A) is known color: Crab Apple. HEX triplet: 84, 3C and 2A. RGB value is (132,60,42). Sum of RGB (Red+Green+Blue) = 132+60+42=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #843C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C2A is #7BC3D5. Grayscale: #4F4F4F. Windows color (decimal): -8111062 or 2768004. OLE color: 2768004.

HSL color Cylindrical-coordinate representation of color #843C2A: hue angle of 12º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #843C2A is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 60 42 -
CMYK 0 0.55 0.68 0.48
HSL 12º 0.52% 0.34% -
HSV(B) 12º 0.68% 0.52% -
XYZ 11.55 8.3 3.18 -
YUV 79.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 132 60 42 0 0.55 0.68 0.48 12 0.52 0.34
Hex 84 3C 2A 0 37 44 30 C 34 22
Octal 204 74 52 0 67 104 60 14 64 42
Binary 10000100 111100 101010 0 110111 1000100 110000 1100 110100 100010

Color Harmonies of #843C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C2A

Black with #843C2A

Text Example


Text Example

White with #843C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843C2A; }

 p { color: rgb(132,60,42); }

 H1.HeaderClassName
 {
   color: #843C2A;
 }
 .AnyTagClassName
 {
   color: #843C2A;
 }
</style>

background-color css

<style>
 a { background-color: #843C2A; }

 a { background-color: rgb(132,60,42); }

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

border-color css

<style>
 span { border-color: #843C2A; }

 span { border-color: rgb(132,60,42); }

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