#543530

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

Shades of Redwood #543530

Tints of Redwood #543530

Color information

#543530 (or 0x543530) is unknown color: approx Redwood. HEX triplet: 54, 35 and 30. RGB value is (84,53,48). Sum of RGB (Red+Green+Blue) = 84+53+48=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #543530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543530 is #ABCACF. Grayscale: #3D3D3D. Windows color (decimal): -11258576 or 3159380. OLE color: 3159380.

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

Color convert

RGB845348-
CMYK00.370.430.67
HSL8.33º27.27%25.88%-
HSV(B)8.33º42.86%32.94%-
XYZ5.464.643.4-
YUV61.7120.27143.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=45.41%
G=28.65%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84534800.370.430.678.3327.2725.88
Hex5435300252B4381b1a
Octal124656004553103103332
Binary10101001101011100000100101101011100001110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543530; }

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

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

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

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

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

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

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

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