Html Css Color HEX #564335 Brown Derby

📋 copy color: '#564335'

red 86 ◦ green 67 ◦ blue 53

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

Shades of Brown Derby #564335

Tints of Brown Derby #564335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

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

R = 41.75%
G = 32.52%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#564335 (or 0x564335) is known color: Brown Derby. HEX triplet: 56, 43 and 35. RGB value is (86,67,53). Sum of RGB (Red+Green+Blue) = 86+67+53=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #564335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564335 is #A9BCCA. Grayscale: #474747. Windows color (decimal): -11123915 or 3490646. OLE color: 3490646.

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

Color convert

RGB 86 67 53 -
CMYK 0 0.22 0.38 0.66
HSL 25.45º 0.24% 0.27% -
HSV(B) 25.45º 0.38% 0.34% -
XYZ 6.49 6.25 4.23 -
YUV 71.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 86 67 53 0 0.22 0.38 0.66 25.45 0.24 0.27
Hex 56 43 35 0 16 26 42 19 18 1B
Octal 126 103 65 0 26 46 102 31 30 33
Binary 1010110 1000011 110101 0 10110 100110 1000010 11001 11000 11011

Color Harmonies of #564335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564335

Black with #564335

Text Example


Text Example

White with #564335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564335; }

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

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

background-color css

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

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

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

border-color css

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

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

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