#56453D

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

Shades of Brown Derby #56453D

Tints of Brown Derby #56453D

Color information

#56453D (or 0x56453D) is unknown color: approx Brown Derby. HEX triplet: 56, 45 and 3D. RGB value is (86,69,61). Sum of RGB (Red+Green+Blue) = 86+69+61=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #56453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56453D is #A9BAC2. Grayscale: #494949. Windows color (decimal): -11123395 or 4015446. OLE color: 4015446.

HSL color Cylindrical-coordinate representation of color #56453D: hue angle of 19.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56453D is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB866961-
CMYK00.200.290.66
HSL19.2º17.01%28.82%-
HSV(B)19.2º29.07%33.73%-
XYZ6.816.575.32-
YUV73.17121.13137.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 61 (24.22% from 255) = 28.24%
R=39.81%
G=31.94%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86696100.200.290.6619.217.0128.82
Hex56453D0141D4213111d
Octal1261057502435102232135
Binary10101101000101111101010100111011000010100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56453D; }

 p { color: rgb(86,69,61); }

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

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

 a { background-color: rgb(86,69,61); }

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

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

 span { border-color: rgb(86,69,61); }

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