#543328

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

Shades of Redwood #543328

Tints of Redwood #543328

Color information

#543328 (or 0x543328) is unknown color: approx Redwood. HEX triplet: 54, 33 and 28. RGB value is (84,51,40). Sum of RGB (Red+Green+Blue) = 84+51+40=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #543328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543328 is #ABCCD7. Grayscale: #3B3B3B. Windows color (decimal): -11259096 or 2634580. OLE color: 2634580.

HSL color Cylindrical-coordinate representation of color #543328: hue angle of 15º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #543328 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB845140-
CMYK00.390.520.67
HSL15º35.48%24.31%-
HSV(B)15º52.38%32.94%-
XYZ5.224.412.58-
YUV59.61116.93145.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=48%
G=29.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84514000.390.520.671535.4824.31
Hex5433280273443f2318
Octal124635004764103174330
Binary101010011001110100001001111101001000011111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543328; }

 p { color: rgb(84,51,40); }

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

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

 a { background-color: rgb(84,51,40); }

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

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

 span { border-color: rgb(84,51,40); }

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