#543630

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

Shades of Redwood #543630

Tints of Redwood #543630

Color information

#543630 (or 0x543630) is unknown color: approx Redwood. HEX triplet: 54, 36 and 30. RGB value is (84,54,48). Sum of RGB (Red+Green+Blue) = 84+54+48=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #543630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543630 is #ABC9CF. Grayscale: #3E3E3E. Windows color (decimal): -11258320 or 3159636. OLE color: 3159636.

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

Color convert

RGB845448-
CMYK00.360.430.67
HSL10º27.27%25.88%-
HSV(B)10º42.86%32.94%-
XYZ5.514.743.42-
YUV62.29119.94143.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=45.16%
G=29.03%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84544800.360.430.671027.2725.88
Hex5436300242B43a1b1a
Octal124666004453103123332
Binary10101001101101100000100100101011100001110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543630; }

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

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

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

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

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

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

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

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