#553730

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

Shades of Redwood #553730

Tints of Redwood #553730

Color information

#553730 (or 0x553730) is unknown color: approx Redwood. HEX triplet: 55, 37 and 30. RGB value is (85,55,48). Sum of RGB (Red+Green+Blue) = 85+55+48=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553730 is #AAC8CF. Grayscale: #3F3F3F. Windows color (decimal): -11192528 or 3159893. OLE color: 3159893.

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

Color convert

RGB855548-
CMYK00.350.440.67
HSL11.35º27.82%26.08%-
HSV(B)11.35º43.53%33.33%-
XYZ5.654.883.44-
YUV63.17119.44143.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=45.21%
G=29.26%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85554800.350.440.6711.3527.8226.08
Hex5537300232C43b1c1a
Octal125676004354103133432
Binary10101011101111100000100011101100100001110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553730; }

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

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

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

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

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

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

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

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