#553F30

Color #553F30 Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #553F30

Tints of Paco #553F30

Color information

#553F30 (or 0x553F30) is unknown color: approx Paco. HEX triplet: 55, 3F and 30. RGB value is (85,63,48). Sum of RGB (Red+Green+Blue) = 85+63+48=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #553F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F30 is #AAC0CF. Grayscale: #434343. Windows color (decimal): -11190480 or 3161941. OLE color: 3161941.

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

Color convert

RGB856348-
CMYK00.260.440.67
HSL24.32º27.82%26.08%-
HSV(B)24.32º43.53%33.33%-
XYZ6.065.73.58-
YUV67.87116.79140.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=43.37%
G=32.14%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85634800.260.440.6724.3227.8226.08
Hex553F3001A2C43181c1a
Octal125776003254103303432
Binary10101011111111100000110101011001000011110001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553F30; }

 p { color: rgb(85,63,48); }

 H1.HeaderClassName
 {
   color: #553F30;
 }
 .AnyTagClassName
 {
   color: #553F30;
 }
</style>
background-color css

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

 a { background-color: rgb(85,63,48); }

 div.DivClassName
 {
   background-color: #553F30;
 }
 .BgClassName
 {
   background-color: #553F30;
 }
</style>
border-color css

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

 span { border-color: rgb(85,63,48); }

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