Html Css Color HEX #55463F Cork

📋 copy color: '#55463F'

red 85 ◦ green 70 ◦ blue 63

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

Shades of Cork #55463F

Tints of Cork #55463F

RGB

 RED value IS 85 (33.59% from 255) = 38.99%

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

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

R = 38.99%
G = 32.11%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55463F (or 0x55463F) is known color: Cork. HEX triplet: 55, 46 and 3F. RGB value is (85,70,63). Sum of RGB (Red+Green+Blue) = 85+70+63=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55463F is #AAB9C0. Grayscale: #494949. Windows color (decimal): -11188673 or 4146773. OLE color: 4146773.

HSL color Cylindrical-coordinate representation of color #55463F: hue angle of 19.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55463F is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 63 -
CMYK 0 0.18 0.26 0.67
HSL 19.09º 0.15% 0.29% -
HSV(B) 19.09º 0.26% 0.33% -
XYZ 6.83 6.67 5.63 -
YUV 73.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 85 70 63 0 0.18 0.26 0.67 19.09 0.15 0.29
Hex 55 46 3F 0 12 1A 43 13 F 1D
Octal 125 106 77 0 22 32 103 23 17 35
Binary 1010101 1000110 111111 0 10010 11010 1000011 10011 1111 11101

Color Harmonies of #55463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55463F

Black with #55463F

Text Example


Text Example

White with #55463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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