Html Css Color HEX #86352F Crab Apple

📋 copy color: '#86352F'

red 134 ◦ green 53 ◦ blue 47

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

Shades of Crab Apple #86352F

Tints of Crab Apple #86352F

RGB

 RED value IS 134 (52.73% from 255) = 57.26%

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

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

R = 57.26%
G = 22.65%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86352F (or 0x86352F) is known color: Crab Apple. HEX triplet: 86, 35 and 2F. RGB value is (134,53,47). Sum of RGB (Red+Green+Blue) = 134+53+47=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86352F is #79CAD0. Grayscale: #4C4C4C. Windows color (decimal): -7981777 or 3093894. OLE color: 3093894.

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

Color convert

RGB 134 53 47 -
CMYK 0 0.60 0.65 0.47
HSL 4.14º 0.48% 0.35% -
HSV(B) 4.14º 0.65% 0.53% -
XYZ 11.62 7.82 3.59 -
YUV 76.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 134 53 47 0 0.60 0.65 0.47 4.14 0.48 0.35
Hex 86 35 2F 0 3C 41 2F 4 30 23
Octal 206 65 57 0 74 101 57 4 60 43
Binary 10000110 110101 101111 0 111100 1000001 101111 100 110000 100011

Color Harmonies of #86352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86352F

Black with #86352F

Text Example


Text Example

White with #86352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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