Html Css Color HEX #564132 Brown Derby

📋 copy color: '#564132'

red 86 ◦ green 65 ◦ blue 50

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

Shades of Brown Derby #564132

Tints of Brown Derby #564132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 42.79%
G = 32.34%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#564132 (or 0x564132) is known color: Brown Derby. HEX triplet: 56, 41 and 32. RGB value is (86,65,50). Sum of RGB (Red+Green+Blue) = 86+65+50=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #564132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564132 is #A9BECD. Grayscale: #454545. Windows color (decimal): -11124430 or 3293526. OLE color: 3293526.

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

Color convert

RGB 86 65 50 -
CMYK 0 0.24 0.42 0.66
HSL 25º 0.26% 0.27% -
HSV(B) 25º 0.42% 0.34% -
XYZ 6.3 5.99 3.84 -
YUV 69.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 86 65 50 0 0.24 0.42 0.66 25 0.26 0.27
Hex 56 41 32 0 18 2A 42 19 1A 1B
Octal 126 101 62 0 30 52 102 31 32 33
Binary 1010110 1000001 110010 0 11000 101010 1000010 11001 11010 11011

Color Harmonies of #564132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564132

Black with #564132

Text Example


Text Example

White with #564132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564132; }

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

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

background-color css

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

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

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

border-color css

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

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

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