Html Css Color HEX #863930 Crab Apple

📋 copy color: '#863930'

red 134 ◦ green 57 ◦ blue 48

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

Shades of Crab Apple #863930

Tints of Crab Apple #863930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.85%

 BLUE value IS 48 (19.14% from 255) = 20.08%

R = 56.07%
G = 23.85%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#863930 (or 0x863930) is known color: Crab Apple. HEX triplet: 86, 39 and 30. RGB value is (134,57,48). Sum of RGB (Red+Green+Blue) = 134+57+48=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #863930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863930 is #79C6CF. Grayscale: #4F4F4F. Windows color (decimal): -7980752 or 3160454. OLE color: 3160454.

HSL color Cylindrical-coordinate representation of color #863930: hue angle of 6.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863930 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 57 48 -
CMYK 0 0.57 0.64 0.47
HSL 6.28º 0.47% 0.36% -
HSV(B) 6.28º 0.64% 0.53% -
XYZ 11.83 8.21 3.76 -
YUV 79 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 134 57 48 0 0.57 0.64 0.47 6.28 0.47 0.36
Hex 86 39 30 0 39 40 2F 6 2F 24
Octal 206 71 60 0 71 100 57 6 57 44
Binary 10000110 111001 110000 0 111001 1000000 101111 110 101111 100100

Color Harmonies of #863930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863930

Black with #863930

Text Example


Text Example

White with #863930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863930; }

 p { color: rgb(134,57,48); }

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

background-color css

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

 a { background-color: rgb(134,57,48); }

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

border-color css

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

 span { border-color: rgb(134,57,48); }

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