Html Css Color HEX #56453B Brown Derby

📋 copy color: '#56453B'

red 86 ◦ green 69 ◦ blue 59

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

Shades of Brown Derby #56453B

Tints of Brown Derby #56453B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.57%

R = 40.19%
G = 32.24%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#56453B (or 0x56453B) is known color: Brown Derby. HEX triplet: 56, 45 and 3B. RGB value is (86,69,59). Sum of RGB (Red+Green+Blue) = 86+69+59=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #56453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56453B is #A9BAC4. Grayscale: #494949. Windows color (decimal): -11123397 or 3884374. OLE color: 3884374.

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

Color convert

RGB 86 69 59 -
CMYK 0 0.20 0.31 0.66
HSL 22.22º 0.19% 0.28% -
HSV(B) 22.22º 0.31% 0.34% -
XYZ 6.76 6.55 5.05 -
YUV 72.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 86 69 59 0 0.20 0.31 0.66 22.22 0.19 0.28
Hex 56 45 3B 0 14 1F 42 16 13 1C
Octal 126 105 73 0 24 37 102 26 23 34
Binary 1010110 1000101 111011 0 10100 11111 1000010 10110 10011 11100

Color Harmonies of #56453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56453B

Black with #56453B

Text Example


Text Example

White with #56453B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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