#534334

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

Shades of Brown Derby #534334

Tints of Brown Derby #534334

Color information

#534334 (or 0x534334) is unknown color: approx Brown Derby. HEX triplet: 53, 43 and 34. RGB value is (83,67,52). Sum of RGB (Red+Green+Blue) = 83+67+52=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534334 is #ACBCCB. Grayscale: #464646. Windows color (decimal): -11320524 or 3425107. OLE color: 3425107.

HSL color Cylindrical-coordinate representation of color #534334: hue angle of 29.03º 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 #534334 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB836752-
CMYK00.190.370.67
HSL29.03º22.96%26.47%-
HSV(B)29.03º37.35%32.55%-
XYZ6.196.14.1-
YUV70.07117.8137.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=41.09%
G=33.17%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83675200.190.370.6729.0322.9626.47
Hex53433401325431d171a
Octal1231036402345103352732
Binary101001110000111101000100111001011000011111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534334; }

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

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

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

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

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

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

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

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