Html Css Color HEX #554239 Paco

📋 copy color: '#554239'

red 85 ◦ green 66 ◦ blue 57

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

Shades of Paco #554239

Tints of Paco #554239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 57 (22.66% from 255) = 27.4%

R = 40.87%
G = 31.73%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#554239 (or 0x554239) is known color: Paco. HEX triplet: 55, 42 and 39. RGB value is (85,66,57). Sum of RGB (Red+Green+Blue) = 85+66+57=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554239 is #AABDC6. Grayscale: #464646. Windows color (decimal): -11189703 or 3752533. OLE color: 3752533.

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

Color convert

RGB 85 66 57 -
CMYK 0 0.22 0.33 0.67
HSL 19.29º 0.2% 0.28% -
HSV(B) 19.29º 0.33% 0.33% -
XYZ 6.43 6.12 4.71 -
YUV 70.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 85 66 57 0 0.22 0.33 0.67 19.29 0.2 0.28
Hex 55 42 39 0 16 21 43 13 14 1C
Octal 125 102 71 0 26 41 103 23 24 34
Binary 1010101 1000010 111001 0 10110 100001 1000011 10011 10100 11100

Color Harmonies of #554239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554239

Black with #554239

Text Example


Text Example

White with #554239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554239; }

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

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

background-color css

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

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

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

border-color css

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

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

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