Html Css Color HEX #564535 Brown Derby

📋 copy color: '#564535'

red 86 ◦ green 69 ◦ blue 53

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

Shades of Brown Derby #564535

Tints of Brown Derby #564535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 41.35%
G = 33.17%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#564535 (or 0x564535) is known color: Brown Derby. HEX triplet: 56, 45 and 35. RGB value is (86,69,53). Sum of RGB (Red+Green+Blue) = 86+69+53=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564535 is #A9BACA. Grayscale: #484848. Windows color (decimal): -11123403 or 3491158. OLE color: 3491158.

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

Color convert

RGB 86 69 53 -
CMYK 0 0.20 0.38 0.66
HSL 29.09º 0.24% 0.27% -
HSV(B) 29.09º 0.38% 0.34% -
XYZ 6.61 6.49 4.27 -
YUV 72.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 86 69 53 0 0.20 0.38 0.66 29.09 0.24 0.27
Hex 56 45 35 0 14 26 42 1D 18 1B
Octal 126 105 65 0 24 46 102 35 30 33
Binary 1010110 1000101 110101 0 10100 100110 1000010 11101 11000 11011

Color Harmonies of #564535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564535

Black with #564535

Text Example


Text Example

White with #564535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564535; }

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

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

background-color css

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

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

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

border-color css

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

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

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