#564335

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

Shades of Brown Derby #564335

Tints of Brown Derby #564335

Color information

#564335 (or 0x564335) is unknown color: approx Brown Derby. HEX triplet: 56, 43 and 35. RGB value is (86,67,53). Sum of RGB (Red+Green+Blue) = 86+67+53=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #564335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564335 is #A9BCCA. Grayscale: #474747. Windows color (decimal): -11123915 or 3490646. OLE color: 3490646.

HSL color Cylindrical-coordinate representation of color #564335: hue angle of 25.45º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #564335 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB866753-
CMYK00.220.380.66
HSL25.45º23.74%27.25%-
HSV(B)25.45º38.37%33.73%-
XYZ6.496.254.23-
YUV71.09117.79138.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=41.75%
G=32.52%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86675300.220.380.6625.4523.7427.25
Hex564335016264219181b
Octal1261036502646102313033
Binary101011010000111101010101101001101000010110011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564335; }

 p { color: rgb(86,67,53); }

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

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

 a { background-color: rgb(86,67,53); }

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

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

 span { border-color: rgb(86,67,53); }

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