#534234

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

Shades of Brown Derby #534234

Tints of Brown Derby #534234

Color information

#534234 (or 0x534234) is unknown color: approx Brown Derby. HEX triplet: 53, 42 and 34. RGB value is (83,66,52). Sum of RGB (Red+Green+Blue) = 83+66+52=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534234 is #ACBDCB. Grayscale: #454545. Windows color (decimal): -11320780 or 3424851. OLE color: 3424851.

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

Color convert

RGB836652-
CMYK00.200.370.67
HSL27.1º22.96%26.47%-
HSV(B)27.1º37.35%32.55%-
XYZ6.145.984.08-
YUV69.49118.13137.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=41.29%
G=32.84%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83665200.200.370.6727.122.9626.47
Hex53423401425431b171a
Octal1231026402445103332732
Binary101001110000101101000101001001011000011110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534234; }

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

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

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

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

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

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

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

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