Html Css Color HEX #554138 Paco

📋 copy color: '#554138'

red 85 ◦ green 65 ◦ blue 56

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

Shades of Paco #554138

Tints of Paco #554138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 56 (22.27% from 255) = 27.18%

R = 41.26%
G = 31.55%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#554138 (or 0x554138) is known color: Paco. HEX triplet: 55, 41 and 38. RGB value is (85,65,56). Sum of RGB (Red+Green+Blue) = 85+65+56=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554138 is #AABEC7. Grayscale: #464646. Windows color (decimal): -11189960 or 3686741. OLE color: 3686741.

HSL color Cylindrical-coordinate representation of color #554138: hue angle of 18.62º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554138 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 56 -
CMYK 0 0.24 0.34 0.67
HSL 18.62º 0.21% 0.28% -
HSV(B) 18.62º 0.34% 0.33% -
XYZ 6.35 6 4.56 -
YUV 69.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 85 65 56 0 0.24 0.34 0.67 18.62 0.21 0.28
Hex 55 41 38 0 18 22 43 13 15 1C
Octal 125 101 70 0 30 42 103 23 25 34
Binary 1010101 1000001 111000 0 11000 100010 1000011 10011 10101 11100

Color Harmonies of #554138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554138

Black with #554138

Text Example


Text Example

White with #554138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554138; }

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

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

background-color css

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

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

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

border-color css

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

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

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