Html Css Color HEX #86352D Crab Apple

📋 copy color: '#86352D'

red 134 ◦ green 53 ◦ blue 45

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

Shades of Crab Apple #86352D

Tints of Crab Apple #86352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 57.76%
G = 22.84%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86352D (or 0x86352D) is known color: Crab Apple. HEX triplet: 86, 35 and 2D. RGB value is (134,53,45). Sum of RGB (Red+Green+Blue) = 134+53+45=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86352D is #79CAD2. Grayscale: #4C4C4C. Windows color (decimal): -7981779 or 2962822. OLE color: 2962822.

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

Color convert

RGB 134 53 45 -
CMYK 0 0.60 0.66 0.47
HSL 5.39º 0.5% 0.35% -
HSV(B) 5.39º 0.66% 0.53% -
XYZ 11.58 7.8 3.38 -
YUV 76.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 134 53 45 0 0.60 0.66 0.47 5.39 0.5 0.35
Hex 86 35 2D 0 3C 42 2F 5 32 23
Octal 206 65 55 0 74 102 57 5 62 43
Binary 10000110 110101 101101 0 111100 1000010 101111 101 110010 100011

Color Harmonies of #86352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86352D

Black with #86352D

Text Example


Text Example

White with #86352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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