Html Css Color HEX #863730 Crab Apple

📋 copy color: '#863730'

red 134 ◦ green 55 ◦ blue 48

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

Shades of Crab Apple #863730

Tints of Crab Apple #863730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

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

R = 56.54%
G = 23.21%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#863730 (or 0x863730) is known color: Crab Apple. HEX triplet: 86, 37 and 30. RGB value is (134,55,48). Sum of RGB (Red+Green+Blue) = 134+55+48=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863730 is #79C8CF. Grayscale: #4D4D4D. Windows color (decimal): -7981264 or 3159942. OLE color: 3159942.

HSL color Cylindrical-coordinate representation of color #863730: hue angle of 4.88º 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 #863730 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 48 -
CMYK 0 0.59 0.64 0.47
HSL 4.88º 0.47% 0.36% -
HSV(B) 4.88º 0.64% 0.53% -
XYZ 11.73 8.01 3.72 -
YUV 77.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 134 55 48 0 0.59 0.64 0.47 4.88 0.47 0.36
Hex 86 37 30 0 3B 40 2F 5 2F 24
Octal 206 67 60 0 73 100 57 5 57 44
Binary 10000110 110111 110000 0 111011 1000000 101111 101 101111 100100

Color Harmonies of #863730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863730

Black with #863730

Text Example


Text Example

White with #863730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863730; }

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

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

background-color css

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

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

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

border-color css

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

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

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