#54342B

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

Shades of Redwood #54342B

Tints of Redwood #54342B

Color information

#54342B (or 0x54342B) is unknown color: approx Redwood. HEX triplet: 54, 34 and 2B. RGB value is (84,52,43). Sum of RGB (Red+Green+Blue) = 84+52+43=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54342B is #ABCBD4. Grayscale: #3C3C3C. Windows color (decimal): -11258837 or 2831444. OLE color: 2831444.

HSL color Cylindrical-coordinate representation of color #54342B: hue angle of 13.17º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54342B is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB845243-
CMYK00.380.490.67
HSL13.17º32.28%24.9%-
HSV(B)13.17º48.81%32.94%-
XYZ5.324.522.88-
YUV60.54118.1144.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=46.93%
G=29.05%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84524300.380.490.6713.1732.2824.9
Hex54342B0263143d2019
Octal124645304661103154031
Binary101010011010010101101001101100011000011110110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54342B; }

 p { color: rgb(84,52,43); }

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

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

 a { background-color: rgb(84,52,43); }

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

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

 span { border-color: rgb(84,52,43); }

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