Html Css Color HEX #56493F Cork

📋 copy color: '#56493F'

red 86 ◦ green 73 ◦ blue 63

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

Shades of Cork #56493F

Tints of Cork #56493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

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

R = 38.74%
G = 32.88%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56493F (or 0x56493F) is known color: Cork. HEX triplet: 56, 49 and 3F. RGB value is (86,73,63). Sum of RGB (Red+Green+Blue) = 86+73+63=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #56493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56493F is #A9B6C0. Grayscale: #4B4B4B. Windows color (decimal): -11122369 or 4147542. OLE color: 4147542.

HSL color Cylindrical-coordinate representation of color #56493F: hue angle of 26.09º 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 #56493F is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 73 63 -
CMYK 0 0.15 0.27 0.66
HSL 26.09º 0.15% 0.29% -
HSV(B) 26.09º 0.27% 0.34% -
XYZ 7.12 7.1 5.7 -
YUV 75.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 86 73 63 0 0.15 0.27 0.66 26.09 0.15 0.29
Hex 56 49 3F 0 F 1B 42 1A F 1D
Octal 126 111 77 0 17 33 102 32 17 35
Binary 1010110 1001001 111111 0 1111 11011 1000010 11010 1111 11101

Color Harmonies of #56493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56493F

Black with #56493F

Text Example


Text Example

White with #56493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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