Html Css Color HEX #554A41 Cork

📋 copy color: '#554A41'

red 85 ◦ green 74 ◦ blue 65

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

Shades of Cork #554A41

Tints of Cork #554A41

RGB

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

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

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

R = 37.95%
G = 33.04%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#554A41 (or 0x554A41) is known color: Cork. HEX triplet: 55, 4A and 41. RGB value is (85,74,65). Sum of RGB (Red+Green+Blue) = 85+74+65=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A41 is #AAB5BE. Grayscale: #4C4C4C. Windows color (decimal): -11187647 or 4278869. OLE color: 4278869.

HSL color Cylindrical-coordinate representation of color #554A41: hue angle of 27º 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 #554A41 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 65 -
CMYK 0 0.13 0.24 0.67
HSL 27º 0.13% 0.29% -
HSV(B) 27º 0.24% 0.33% -
XYZ 7.15 7.21 6.02 -
YUV 76.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 85 74 65 0 0.13 0.24 0.67 27 0.13 0.29
Hex 55 4A 41 0 D 18 43 1B D 1D
Octal 125 112 101 0 15 30 103 33 15 35
Binary 1010101 1001010 1000001 0 1101 11000 1000011 11011 1101 11101

Color Harmonies of #554A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A41

Black with #554A41

Text Example


Text Example

White with #554A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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