Html Css Color HEX #554943 Cork

📋 copy color: '#554943'

red 85 ◦ green 73 ◦ blue 67

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

Shades of Cork #554943

Tints of Cork #554943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.78%

R = 37.78%
G = 32.44%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#554943 (or 0x554943) is known color: Cork. HEX triplet: 55, 49 and 43. RGB value is (85,73,67). Sum of RGB (Red+Green+Blue) = 85+73+67=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554943 is #AAB6BC. Grayscale: #4B4B4B. Windows color (decimal): -11187901 or 4409685. OLE color: 4409685.

HSL color Cylindrical-coordinate representation of color #554943: hue angle of 20º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554943 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 73 67 -
CMYK 0 0.14 0.21 0.67
HSL 20º 0.12% 0.3% -
HSV(B) 20º 0.21% 0.33% -
XYZ 7.14 7.1 6.3 -
YUV 75.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 85 73 67 0 0.14 0.21 0.67 20 0.12 0.3
Hex 55 49 43 0 E 15 43 14 C 1E
Octal 125 111 103 0 16 25 103 24 14 36
Binary 1010101 1001001 1000011 0 1110 10101 1000011 10100 1100 11110

Color Harmonies of #554943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554943

Black with #554943

Text Example


Text Example

White with #554943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554943; }

 p { color: rgb(85,73,67); }

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

background-color css

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

 a { background-color: rgb(85,73,67); }

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

border-color css

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

 span { border-color: rgb(85,73,67); }

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