Html Css Color HEX #554841 Cork

📋 copy color: '#554841'

red 85 ◦ green 72 ◦ blue 65

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

Shades of Cork #554841

Tints of Cork #554841

RGB

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

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

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

R = 38.29%
G = 32.43%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#554841 (or 0x554841) is known color: Cork. HEX triplet: 55, 48 and 41. RGB value is (85,72,65). Sum of RGB (Red+Green+Blue) = 85+72+65=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554841 is #AAB7BE. Grayscale: #4B4B4B. Windows color (decimal): -11188159 or 4278357. OLE color: 4278357.

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

Color convert

RGB 85 72 65 -
CMYK 0 0.15 0.24 0.67
HSL 21º 0.13% 0.29% -
HSV(B) 21º 0.24% 0.33% -
XYZ 7.02 6.95 5.97 -
YUV 75.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 85 72 65 0 0.15 0.24 0.67 21 0.13 0.29
Hex 55 48 41 0 F 18 43 15 D 1D
Octal 125 110 101 0 17 30 103 25 15 35
Binary 1010101 1001000 1000001 0 1111 11000 1000011 10101 1101 11101

Color Harmonies of #554841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554841

Black with #554841

Text Example


Text Example

White with #554841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554841; }

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

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

background-color css

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

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

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

border-color css

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

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

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