Html Css Color HEX #86352E Crab Apple

📋 copy color: '#86352E'

red 134 ◦ green 53 ◦ blue 46

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

Shades of Crab Apple #86352E

Tints of Crab Apple #86352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.74%

R = 57.51%
G = 22.75%
B = 19.74%

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

#86352E (or 0x86352E) is known color: Crab Apple. HEX triplet: 86, 35 and 2E. RGB value is (134,53,46). Sum of RGB (Red+Green+Blue) = 134+53+46=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86352E is #79CAD1. Grayscale: #4C4C4C. Windows color (decimal): -7981778 or 3028358. OLE color: 3028358.

HSL color Cylindrical-coordinate representation of color #86352E: hue angle of 4.77º degrees, saturation: 0.49, 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 #86352E is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 46 -
CMYK 0 0.60 0.66 0.47
HSL 4.77º 0.49% 0.35% -
HSV(B) 4.77º 0.66% 0.53% -
XYZ 11.6 7.81 3.48 -
YUV 76.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 134 53 46 0 0.60 0.66 0.47 4.77 0.49 0.35
Hex 86 35 2E 0 3C 42 2F 5 31 23
Octal 206 65 56 0 74 102 57 5 61 43
Binary 10000110 110101 101110 0 111100 1000010 101111 101 110001 100011

Color Harmonies of #86352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86352E

Black with #86352E

Text Example


Text Example

White with #86352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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