Html Css Color HEX #56453D Brown Derby

📋 copy color: '#56453D'

red 86 ◦ green 69 ◦ blue 61

#56453D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Derby #56453D

Tints of Brown Derby #56453D

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 value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#56453D (or 0x56453D) is known color: 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

RGB 86 69 61 -
CMYK 0 0.20 0.29 0.66
HSL 19.2º 0.17% 0.29% -
HSV(B) 19.2º 0.29% 0.34% -
XYZ 6.81 6.57 5.32 -
YUV 73.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 86 69 61 0 0.20 0.29 0.66 19.2 0.17 0.29
Hex 56 45 3D 0 14 1D 42 13 11 1D
Octal 126 105 75 0 24 35 102 23 21 35
Binary 1010110 1000101 111101 0 10100 11101 1000010 10011 10001 11101

Color Harmonies of #56453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56453D

Black with #56453D

Text Example


Text Example

White with #56453D

Text Example


Text Example

HTML Codes & Css Web 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>