Html Css Color HEX #554741 Cork

📋 copy color: '#554741'

red 85 ◦ green 71 ◦ blue 65

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

Shades of Cork #554741

Tints of Cork #554741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 38.46%
G = 32.13%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#554741 (or 0x554741) is known color: Cork. HEX triplet: 55, 47 and 41. RGB value is (85,71,65). Sum of RGB (Red+Green+Blue) = 85+71+65=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554741 is #AAB8BE. Grayscale: #4A4A4A. Windows color (decimal): -11188415 or 4278101. OLE color: 4278101.

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

Color convert

RGB 85 71 65 -
CMYK 0 0.16 0.24 0.67
HSL 18º 0.13% 0.29% -
HSV(B) 18º 0.24% 0.33% -
XYZ 6.95 6.82 5.95 -
YUV 74.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 85 71 65 0 0.16 0.24 0.67 18 0.13 0.29
Hex 55 47 41 0 10 18 43 12 D 1D
Octal 125 107 101 0 20 30 103 22 15 35
Binary 1010101 1000111 1000001 0 10000 11000 1000011 10010 1101 11101

Color Harmonies of #554741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554741

Black with #554741

Text Example


Text Example

White with #554741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554741; }

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

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

background-color css

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

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

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

border-color css

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

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

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