#564130

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

Shades of Brown Derby #564130

Tints of Brown Derby #564130

Color information

#564130 (or 0x564130) is unknown color: approx Brown Derby. HEX triplet: 56, 41 and 30. RGB value is (86,65,48). Sum of RGB (Red+Green+Blue) = 86+65+48=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #564130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564130 is #A9BECF. Grayscale: #454545. Windows color (decimal): -11124432 or 3162454. OLE color: 3162454.

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

Color convert

RGB866548-
CMYK00.240.440.66
HSL26.84º28.36%26.27%-
HSV(B)26.84º44.19%33.73%-
XYZ6.265.973.62-
YUV69.34115.96139.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=43.22%
G=32.66%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86654800.240.440.6626.8428.3626.27
Hex5641300182C421b1c1a
Octal1261016003054102333432
Binary101011010000011100000110001011001000010110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564130; }

 p { color: rgb(86,65,48); }

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

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

 a { background-color: rgb(86,65,48); }

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

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

 span { border-color: rgb(86,65,48); }

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