Html Css Color HEX #86352A Crab Apple

📋 copy color: '#86352A'

red 134 ◦ green 53 ◦ blue 42

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

Shades of Crab Apple #86352A

Tints of Crab Apple #86352A

RGB

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

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

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

R = 58.52%
G = 23.14%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86352A (or 0x86352A) is known color: Crab Apple. HEX triplet: 86, 35 and 2A. RGB value is (134,53,42). Sum of RGB (Red+Green+Blue) = 134+53+42=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86352A is #79CAD5. Grayscale: #4C4C4C. Windows color (decimal): -7981782 or 2766214. OLE color: 2766214.

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

Color convert

RGB 134 53 42 -
CMYK 0 0.60 0.69 0.47
HSL 7.17º 0.52% 0.35% -
HSV(B) 7.17º 0.69% 0.53% -
XYZ 11.52 7.78 3.09 -
YUV 75.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 134 53 42 0 0.60 0.69 0.47 7.17 0.52 0.35
Hex 86 35 2A 0 3C 45 2F 7 34 23
Octal 206 65 52 0 74 105 57 7 64 43
Binary 10000110 110101 101010 0 111100 1000101 101111 111 110100 100011

Color Harmonies of #86352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86352A

Black with #86352A

Text Example


Text Example

White with #86352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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