Html Css Color HEX #564134 Brown Derby

📋 copy color: '#564134'

red 86 ◦ green 65 ◦ blue 52

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

Shades of Brown Derby #564134

Tints of Brown Derby #564134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 42.36%
G = 32.02%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#564134 (or 0x564134) is known color: Brown Derby. HEX triplet: 56, 41 and 34. RGB value is (86,65,52). Sum of RGB (Red+Green+Blue) = 86+65+52=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #564134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564134 is #A9BECB. Grayscale: #454545. Windows color (decimal): -11124428 or 3424598. OLE color: 3424598.

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

Color convert

RGB 86 65 52 -
CMYK 0 0.24 0.40 0.66
HSL 22.94º 0.25% 0.27% -
HSV(B) 22.94º 0.4% 0.34% -
XYZ 6.35 6.01 4.07 -
YUV 69.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 86 65 52 0 0.24 0.40 0.66 22.94 0.25 0.27
Hex 56 41 34 0 18 28 42 17 19 1B
Octal 126 101 64 0 30 50 102 27 31 33
Binary 1010110 1000001 110100 0 11000 101000 1000010 10111 11001 11011

Color Harmonies of #564134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564134

Black with #564134

Text Example


Text Example

White with #564134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564134; }

 p { color: rgb(86,65,52); }

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

background-color css

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

 a { background-color: rgb(86,65,52); }

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

border-color css

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

 span { border-color: rgb(86,65,52); }

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