Html Css Color HEX #554840 Cork

📋 copy color: '#554840'

red 85 ◦ green 72 ◦ blue 64

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

Shades of Cork #554840

Tints of Cork #554840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 64 (25.39% from 255) = 28.96%

R = 38.46%
G = 32.58%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#554840 (or 0x554840) is known color: Cork. HEX triplet: 55, 48 and 40. RGB value is (85,72,64). Sum of RGB (Red+Green+Blue) = 85+72+64=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554840 is #AAB7BF. Grayscale: #4B4B4B. Windows color (decimal): -11188160 or 4212821. OLE color: 4212821.

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

Color convert

RGB 85 72 64 -
CMYK 0 0.15 0.25 0.67
HSL 22.86º 0.14% 0.29% -
HSV(B) 22.86º 0.25% 0.33% -
XYZ 6.99 6.94 5.82 -
YUV 74.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 85 72 64 0 0.15 0.25 0.67 22.86 0.14 0.29
Hex 55 48 40 0 F 19 43 17 E 1D
Octal 125 110 100 0 17 31 103 27 16 35
Binary 1010101 1001000 1000000 0 1111 11001 1000011 10111 1110 11101

Color Harmonies of #554840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554840

Black with #554840

Text Example


Text Example

White with #554840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554840; }

 p { color: rgb(85,72,64); }

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

background-color css

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

 a { background-color: rgb(85,72,64); }

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

border-color css

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

 span { border-color: rgb(85,72,64); }

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