Html Css Color HEX #56483F Cork

📋 copy color: '#56483F'

red 86 ◦ green 72 ◦ blue 63

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

Shades of Cork #56483F

Tints of Cork #56483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

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

R = 38.91%
G = 32.58%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56483F (or 0x56483F) is known color: Cork. HEX triplet: 56, 48 and 3F. RGB value is (86,72,63). Sum of RGB (Red+Green+Blue) = 86+72+63=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #56483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56483F is #A9B7C0. Grayscale: #4B4B4B. Windows color (decimal): -11122625 or 4147286. OLE color: 4147286.

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

Color convert

RGB 86 72 63 -
CMYK 0 0.16 0.27 0.66
HSL 23.48º 0.15% 0.29% -
HSV(B) 23.48º 0.27% 0.34% -
XYZ 7.05 6.97 5.68 -
YUV 75.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 86 72 63 0 0.16 0.27 0.66 23.48 0.15 0.29
Hex 56 48 3F 0 10 1B 42 17 F 1D
Octal 126 110 77 0 20 33 102 27 17 35
Binary 1010110 1001000 111111 0 10000 11011 1000010 10111 1111 11101

Color Harmonies of #56483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56483F

Black with #56483F

Text Example


Text Example

White with #56483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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