#534242

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

Shades of Woody Brown #534242

Tints of Woody Brown #534242

Color information

#534242 (or 0x534242) is unknown color: approx Woody Brown. HEX triplet: 53, 42 and 42. RGB value is (83,66,66). Sum of RGB (Red+Green+Blue) = 83+66+66=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #534242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534242 is #ACBDBD. Grayscale: #474747. Windows color (decimal): -11320766 or 4342355. OLE color: 4342355.

HSL color Cylindrical-coordinate representation of color #534242: hue angle of 0º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534242 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB836666-
CMYK00.200.200.67
HSL11.41%29.22%-
HSV(B)20.48%32.55%-
XYZ6.56.135.99-
YUV71.08125.13136.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=38.60%
G=30.70%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83666600.200.200.67011.4129.22
Hex53424201414430b1d
Octal1231021020242410301335
Binary1010011100001010000100101001010010000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534242; }

 p { color: rgb(83,66,66); }

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

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

 a { background-color: rgb(83,66,66); }

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

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

 span { border-color: rgb(83,66,66); }

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