Html Css Color HEX #56463F Cork

📋 copy color: '#56463F'

red 86 ◦ green 70 ◦ blue 63

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

Shades of Cork #56463F

Tints of Cork #56463F

RGB

 RED value IS 86 (33.98% from 255) = 39.27%

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 39.27%
G = 31.96%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56463F (or 0x56463F) is known color: Cork. HEX triplet: 56, 46 and 3F. RGB value is (86,70,63). Sum of RGB (Red+Green+Blue) = 86+70+63=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #56463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56463F is #A9B9C0. Grayscale: #4A4A4A. Windows color (decimal): -11123137 or 4146774. OLE color: 4146774.

HSL color Cylindrical-coordinate representation of color #56463F: hue angle of 18.26º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56463F is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 70 63 -
CMYK 0 0.19 0.27 0.66
HSL 18.26º 0.15% 0.29% -
HSV(B) 18.26º 0.27% 0.34% -
XYZ 6.93 6.72 5.63 -
YUV 73.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 86 70 63 0 0.19 0.27 0.66 18.26 0.15 0.29
Hex 56 46 3F 0 13 1B 42 12 F 1D
Octal 126 106 77 0 23 33 102 22 17 35
Binary 1010110 1000110 111111 0 10011 11011 1000010 10010 1111 11101

Color Harmonies of #56463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56463F

Black with #56463F

Text Example


Text Example

White with #56463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56463F; }

 p { color: rgb(86,70,63); }

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

background-color css

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

 a { background-color: rgb(86,70,63); }

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

border-color css

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

 span { border-color: rgb(86,70,63); }

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