Html Css Color HEX #554A44 Cork

📋 copy color: '#554A44'

red 85 ◦ green 74 ◦ blue 68

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

Shades of Cork #554A44

Tints of Cork #554A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 68 (26.95% from 255) = 29.96%

R = 37.44%
G = 32.6%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#554A44 (or 0x554A44) is known color: Cork. HEX triplet: 55, 4A and 44. RGB value is (85,74,68). Sum of RGB (Red+Green+Blue) = 85+74+68=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A44 is #AAB5BB. Grayscale: #4C4C4C. Windows color (decimal): -11187644 or 4475477. OLE color: 4475477.

HSL color Cylindrical-coordinate representation of color #554A44: hue angle of 21.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554A44 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 68 -
CMYK 0 0.13 0.20 0.67
HSL 21.18º 0.11% 0.3% -
HSV(B) 21.18º 0.2% 0.33% -
XYZ 7.24 7.25 6.49 -
YUV 76.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 85 74 68 0 0.13 0.20 0.67 21.18 0.11 0.3
Hex 55 4A 44 0 D 14 43 15 B 1E
Octal 125 112 104 0 15 24 103 25 13 36
Binary 1010101 1001010 1000100 0 1101 10100 1000011 10101 1011 11110

Color Harmonies of #554A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A44

Black with #554A44

Text Example


Text Example

White with #554A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554A44; }

 p { color: rgb(85,74,68); }

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

background-color css

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

 a { background-color: rgb(85,74,68); }

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

border-color css

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

 span { border-color: rgb(85,74,68); }

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