Html Css Color HEX #55473E Cork

📋 copy color: '#55473E'

red 85 ◦ green 71 ◦ blue 62

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

Shades of Cork #55473E

Tints of Cork #55473E

RGB

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

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

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

R = 38.99%
G = 32.57%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55473E (or 0x55473E) is known color: Cork. HEX triplet: 55, 47 and 3E. RGB value is (85,71,62). Sum of RGB (Red+Green+Blue) = 85+71+62=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55473E is #AAB8C1. Grayscale: #4A4A4A. Windows color (decimal): -11188418 or 4081493. OLE color: 4081493.

HSL color Cylindrical-coordinate representation of color #55473E: hue angle of 23.48º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55473E is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 71 62 -
CMYK 0 0.16 0.27 0.67
HSL 23.48º 0.16% 0.29% -
HSV(B) 23.48º 0.27% 0.33% -
XYZ 6.87 6.79 5.51 -
YUV 74.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 85 71 62 0 0.16 0.27 0.67 23.48 0.16 0.29
Hex 55 47 3E 0 10 1B 43 17 10 1D
Octal 125 107 76 0 20 33 103 27 20 35
Binary 1010101 1000111 111110 0 10000 11011 1000011 10111 10000 11101

Color Harmonies of #55473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55473E

Black with #55473E

Text Example


Text Example

White with #55473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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