#54342A

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

Shades of Redwood #54342A

Tints of Redwood #54342A

Color information

#54342A (or 0x54342A) is unknown color: approx Redwood. HEX triplet: 54, 34 and 2A. RGB value is (84,52,42). Sum of RGB (Red+Green+Blue) = 84+52+42=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54342A is #ABCBD5. Grayscale: #3C3C3C. Windows color (decimal): -11258838 or 2765908. OLE color: 2765908.

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

Color convert

RGB845242-
CMYK00.380.50.67
HSL14.29º33.33%24.71%-
HSV(B)14.29º50%32.94%-
XYZ5.34.512.78-
YUV60.43117.6144.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=47.19%
G=29.21%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84524200.380.50.6714.2933.3324.71
Hex54342A0263243e2119
Octal124645204662103164131
Binary101010011010010101001001101100101000011111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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