#5C3630

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

Shades of Redwood #5C3630

Tints of Redwood #5C3630

Color information

#5C3630 (or 0x5C3630) is unknown color: approx Redwood. HEX triplet: 5C, 36 and 30. RGB value is (92,54,48). Sum of RGB (Red+Green+Blue) = 92+54+48=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3630 is #A3C9CF. Grayscale: #404040. Windows color (decimal): -10734032 or 3159644. OLE color: 3159644.

HSL color Cylindrical-coordinate representation of color #5C3630: hue angle of 8.18º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C3630 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB925448-
CMYK00.410.480.64
HSL8.18º31.43%27.45%-
HSV(B)8.18º47.83%36.08%-
XYZ6.275.133.46-
YUV64.68118.59147.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.42%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=47.42%
G=27.84%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92544800.410.480.648.1831.4327.45
Hex5C3630029304081f1b
Octal134666005160100103733
Binary10111001101101100000101001110000100000010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C3630; }

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

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

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

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

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

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

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

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