#54342C

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

Shades of Redwood #54342C

Tints of Redwood #54342C

Color information

#54342C (or 0x54342C) is unknown color: approx Redwood. HEX triplet: 54, 34 and 2C. RGB value is (84,52,44). Sum of RGB (Red+Green+Blue) = 84+52+44=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54342C is #ABCBD3. Grayscale: #3C3C3C. Windows color (decimal): -11258836 or 2896980. OLE color: 2896980.

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

Color convert

RGB845244-
CMYK00.380.480.67
HSL12º31.25%25.1%-
HSV(B)12º47.62%32.94%-
XYZ5.344.522.97-
YUV60.66118.6144.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=46.67%
G=28.89%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84524400.380.480.671231.2525.1
Hex54342C0263043c1f19
Octal124645404660103143731
Binary10101001101001011000100110110000100001111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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