Html Css Color HEX #564538 Brown Derby

📋 copy color: '#564538'

red 86 ◦ green 69 ◦ blue 56

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

Shades of Brown Derby #564538

Tints of Brown Derby #564538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 40.76%
G = 32.7%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.66

RGB Variations

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

Color information

#564538 (or 0x564538) is known color: Brown Derby. HEX triplet: 56, 45 and 38. RGB value is (86,69,56). Sum of RGB (Red+Green+Blue) = 86+69+56=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #564538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564538 is #A9BAC7. Grayscale: #484848. Windows color (decimal): -11123400 or 3687766. OLE color: 3687766.

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

Color convert

RGB 86 69 56 -
CMYK 0 0.20 0.35 0.66
HSL 26º 0.21% 0.28% -
HSV(B) 26º 0.35% 0.34% -
XYZ 6.68 6.52 4.65 -
YUV 72.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 86 69 56 0 0.20 0.35 0.66 26 0.21 0.28
Hex 56 45 38 0 14 23 42 1A 15 1C
Octal 126 105 70 0 24 43 102 32 25 34
Binary 1010110 1000101 111000 0 10100 100011 1000010 11010 10101 11100

Color Harmonies of #564538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564538

Black with #564538

Text Example


Text Example

White with #564538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564538; }

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

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

background-color css

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

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

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

border-color css

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

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

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