Html Css Color HEX #564232 Brown Derby

📋 copy color: '#564232'

red 86 ◦ green 66 ◦ blue 50

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

Shades of Brown Derby #564232

Tints of Brown Derby #564232

RGB

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

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

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

R = 42.57%
G = 32.67%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#564232 (or 0x564232) is known color: Brown Derby. HEX triplet: 56, 42 and 32. RGB value is (86,66,50). Sum of RGB (Red+Green+Blue) = 86+66+50=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #564232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564232 is #A9BDCD. Grayscale: #464646. Windows color (decimal): -11124174 or 3293782. OLE color: 3293782.

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

Color convert

RGB 86 66 50 -
CMYK 0 0.23 0.42 0.66
HSL 26.67º 0.26% 0.27% -
HSV(B) 26.67º 0.42% 0.34% -
XYZ 6.36 6.11 3.86 -
YUV 70.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 86 66 50 0 0.23 0.42 0.66 26.67 0.26 0.27
Hex 56 42 32 0 17 2A 42 1B 1A 1B
Octal 126 102 62 0 27 52 102 33 32 33
Binary 1010110 1000010 110010 0 10111 101010 1000010 11011 11010 11011

Color Harmonies of #564232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564232

Black with #564232

Text Example


Text Example

White with #564232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564232; }

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

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

background-color css

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

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

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

border-color css

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

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

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