#553630

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

Shades of Redwood #553630

Tints of Redwood #553630

Color information

#553630 (or 0x553630) is unknown color: approx Redwood. HEX triplet: 55, 36 and 30. RGB value is (85,54,48). Sum of RGB (Red+Green+Blue) = 85+54+48=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #553630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553630 is #AAC9CF. Grayscale: #3E3E3E. Windows color (decimal): -11192784 or 3159637. OLE color: 3159637.

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

Color convert

RGB855448-
CMYK00.360.440.67
HSL9.73º27.82%26.08%-
HSV(B)9.73º43.53%33.33%-
XYZ5.64.783.42-
YUV62.58119.77143.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 48 (19.14% from 255) = 25.67%
R=45.45%
G=28.88%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85544800.360.440.679.7327.8226.08
Hex5536300242C43a1c1a
Octal125666004454103123432
Binary10101011101101100000100100101100100001110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553630; }

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

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

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

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

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

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

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

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