Html Css Color HEX #56453A Brown Derby

📋 copy color: '#56453A'

red 86 ◦ green 69 ◦ blue 58

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

Shades of Brown Derby #56453A

Tints of Brown Derby #56453A

RGB

 RED value IS 86 (33.98% from 255) = 40.38%

 GREEN value IS 69 (27.34% from 255) = 32.39%

 BLUE value IS 58 (23.05% from 255) = 27.23%

R = 40.38%
G = 32.39%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#56453A (or 0x56453A) is known color: Brown Derby. HEX triplet: 56, 45 and 3A. RGB value is (86,69,58). Sum of RGB (Red+Green+Blue) = 86+69+58=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #56453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56453A is #A9BAC5. Grayscale: #484848. Windows color (decimal): -11123398 or 3818838. OLE color: 3818838.

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

Color convert

RGB 86 69 58 -
CMYK 0 0.20 0.33 0.66
HSL 23.57º 0.19% 0.28% -
HSV(B) 23.57º 0.33% 0.34% -
XYZ 6.73 6.54 4.91 -
YUV 72.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 86 69 58 0 0.20 0.33 0.66 23.57 0.19 0.28
Hex 56 45 3A 0 14 21 42 18 13 1C
Octal 126 105 72 0 24 41 102 30 23 34
Binary 1010110 1000101 111010 0 10100 100001 1000010 11000 10011 11100

Color Harmonies of #56453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56453A

Black with #56453A

Text Example


Text Example

White with #56453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56453A;
 }
 .AnyTagClassName
 {
   color: #56453A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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