Html Css Color HEX #564235 Brown Derby

📋 copy color: '#564235'

red 86 ◦ green 66 ◦ blue 53

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

Shades of Brown Derby #564235

Tints of Brown Derby #564235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

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

R = 41.95%
G = 32.2%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#564235 (or 0x564235) is known color: Brown Derby. HEX triplet: 56, 42 and 35. RGB value is (86,66,53). Sum of RGB (Red+Green+Blue) = 86+66+53=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564235 is #A9BDCA. Grayscale: #464646. Windows color (decimal): -11124171 or 3490390. OLE color: 3490390.

HSL color Cylindrical-coordinate representation of color #564235: hue angle of 23.64º 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 #564235 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 66 53 -
CMYK 0 0.23 0.38 0.66
HSL 23.64º 0.24% 0.27% -
HSV(B) 23.64º 0.38% 0.34% -
XYZ 6.43 6.13 4.21 -
YUV 70.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 86 66 53 0 0.23 0.38 0.66 23.64 0.24 0.27
Hex 56 42 35 0 17 26 42 18 18 1B
Octal 126 102 65 0 27 46 102 30 30 33
Binary 1010110 1000010 110101 0 10111 100110 1000010 11000 11000 11011

Color Harmonies of #564235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564235

Black with #564235

Text Example


Text Example

White with #564235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564235; }

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

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

background-color css

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

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

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

border-color css

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

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

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