#55483D

Color #55483D Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #55483D

Tints of Rock #55483D

Color information

#55483D (or 0x55483D) is unknown color: approx Rock. HEX triplet: 55, 48 and 3D. RGB value is (85,72,61). Sum of RGB (Red+Green+Blue) = 85+72+61=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55483D is #AAB7C2. Grayscale: #4A4A4A. Windows color (decimal): -11188163 or 4016213. OLE color: 4016213.

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

Color convert

RGB857261-
CMYK00.150.280.67
HSL27.5º16.44%28.63%-
HSV(B)27.5º28.24%33.33%-
XYZ6.916.95.38-
YUV74.63120.31135.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=38.99%
G=33.03%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85726100.150.280.6727.516.4428.63
Hex55483D0F1C431c101d
Octal1251107501734103342035
Binary1010101100100011110101111111001000011111001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55483D; }

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

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

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

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

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

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

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

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