Html Css Color HEX #86362A Crab Apple

📋 copy color: '#86362A'

red 134 ◦ green 54 ◦ blue 42

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

Shades of Crab Apple #86362A

Tints of Crab Apple #86362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

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

R = 58.26%
G = 23.48%
B = 18.26%

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

#86362A (or 0x86362A) is known color: Crab Apple. HEX triplet: 86, 36 and 2A. RGB value is (134,54,42). Sum of RGB (Red+Green+Blue) = 134+54+42=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86362A is #79C9D5. Grayscale: #4C4C4C. Windows color (decimal): -7981526 or 2766470. OLE color: 2766470.

HSL color Cylindrical-coordinate representation of color #86362A: hue angle of 7.83º 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 #86362A is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 54 42 -
CMYK 0 0.60 0.69 0.47
HSL 7.83º 0.52% 0.35% -
HSV(B) 7.83º 0.69% 0.53% -
XYZ 11.57 7.87 3.1 -
YUV 76.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 134 54 42 0 0.60 0.69 0.47 7.83 0.52 0.35
Hex 86 36 2A 0 3C 45 2F 8 34 23
Octal 206 66 52 0 74 105 57 10 64 43
Binary 10000110 110110 101010 0 111100 1000101 101111 1000 110100 100011

Color Harmonies of #86362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86362A

Black with #86362A

Text Example


Text Example

White with #86362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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