#534538

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

Shades of Brown Derby #534538

Tints of Brown Derby #534538

Color information

#534538 (or 0x534538) is unknown color: approx Brown Derby. HEX triplet: 53, 45 and 38. RGB value is (83,69,56). Sum of RGB (Red+Green+Blue) = 83+69+56=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #534538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534538 is #ACBAC7. Grayscale: #474747. Windows color (decimal): -11320008 or 3687763. OLE color: 3687763.

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

Color convert

RGB836956-
CMYK00.170.330.67
HSL28.89º19.42%27.25%-
HSV(B)28.89º32.53%32.55%-
XYZ6.416.384.64-
YUV71.7119.14136.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=39.90%
G=33.17%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83695600.170.330.6728.8919.4227.25
Hex53453801121431d131b
Octal1231057002141103352333
Binary101001110001011110000100011000011000011111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534538; }

 p { color: rgb(83,69,56); }

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

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

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

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

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

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

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