Html Css Color HEX #554942 Cork

📋 copy color: '#554942'

red 85 ◦ green 73 ◦ blue 66

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

Shades of Cork #554942

Tints of Cork #554942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.46%

R = 37.95%
G = 32.59%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#554942 (or 0x554942) is known color: Cork. HEX triplet: 55, 49 and 42. RGB value is (85,73,66). Sum of RGB (Red+Green+Blue) = 85+73+66=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554942 is #AAB6BD. Grayscale: #4B4B4B. Windows color (decimal): -11187902 or 4344149. OLE color: 4344149.

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

Color convert

RGB 85 73 66 -
CMYK 0 0.14 0.22 0.67
HSL 22.11º 0.13% 0.3% -
HSV(B) 22.11º 0.22% 0.33% -
XYZ 7.11 7.09 6.15 -
YUV 75.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 85 73 66 0 0.14 0.22 0.67 22.11 0.13 0.3
Hex 55 49 42 0 E 16 43 16 D 1E
Octal 125 111 102 0 16 26 103 26 15 36
Binary 1010101 1001001 1000010 0 1110 10110 1000011 10110 1101 11110

Color Harmonies of #554942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554942

Black with #554942

Text Example


Text Example

White with #554942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554942; }

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

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

background-color css

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

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

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

border-color css

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

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

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