Html Css Color HEX #56473E Cork

📋 copy color: '#56473E'

red 86 ◦ green 71 ◦ blue 62

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

Shades of Cork #56473E

Tints of Cork #56473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 62 (24.61% from 255) = 28.31%

R = 39.27%
G = 32.42%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#56473E (or 0x56473E) is known color: Cork. HEX triplet: 56, 47 and 3E. RGB value is (86,71,62). Sum of RGB (Red+Green+Blue) = 86+71+62=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #56473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56473E is #A9B8C1. Grayscale: #4A4A4A. Windows color (decimal): -11122882 or 4081494. OLE color: 4081494.

HSL color Cylindrical-coordinate representation of color #56473E: hue angle of 22.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56473E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 62 -
CMYK 0 0.17 0.28 0.66
HSL 22.5º 0.16% 0.29% -
HSV(B) 22.5º 0.28% 0.34% -
XYZ 6.96 6.83 5.51 -
YUV 74.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 86 71 62 0 0.17 0.28 0.66 22.5 0.16 0.29
Hex 56 47 3E 0 11 1C 42 16 10 1D
Octal 126 107 76 0 21 34 102 26 20 35
Binary 1010110 1000111 111110 0 10001 11100 1000010 10110 10000 11101

Color Harmonies of #56473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56473E

Black with #56473E

Text Example


Text Example

White with #56473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56473E; }

 p { color: rgb(86,71,62); }

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

background-color css

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

 a { background-color: rgb(86,71,62); }

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

border-color css

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

 span { border-color: rgb(86,71,62); }

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