Html Css Color HEX #863B2D Crab Apple

📋 copy color: '#863B2D'

red 134 ◦ green 59 ◦ blue 45

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

Shades of Crab Apple #863B2D

Tints of Crab Apple #863B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.79%

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

R = 56.3%
G = 24.79%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#863B2D (or 0x863B2D) is known color: Crab Apple. HEX triplet: 86, 3B and 2D. RGB value is (134,59,45). Sum of RGB (Red+Green+Blue) = 134+59+45=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #863B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B2D is #79C4D2. Grayscale: #4F4F4F. Windows color (decimal): -7980243 or 2964358. OLE color: 2964358.

HSL color Cylindrical-coordinate representation of color #863B2D: hue angle of 9.44º 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 #863B2D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 59 45 -
CMYK 0 0.56 0.66 0.47
HSL 9.44º 0.5% 0.35% -
HSV(B) 9.44º 0.66% 0.53% -
XYZ 11.87 8.39 3.48 -
YUV 79.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 134 59 45 0 0.56 0.66 0.47 9.44 0.5 0.35
Hex 86 3B 2D 0 38 42 2F 9 32 23
Octal 206 73 55 0 70 102 57 11 62 43
Binary 10000110 111011 101101 0 111000 1000010 101111 1001 110010 100011

Color Harmonies of #863B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B2D

Black with #863B2D

Text Example


Text Example

White with #863B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863B2D; }

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

 H1.HeaderClassName
 {
   color: #863B2D;
 }
 .AnyTagClassName
 {
   color: #863B2D;
 }
</style>

background-color css

<style>
 a { background-color: #863B2D; }

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

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

border-color css

<style>
 span { border-color: #863B2D; }

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

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