Html Css Color HEX #564234 Brown Derby

📋 copy color: '#564234'

red 86 ◦ green 66 ◦ blue 52

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

Shades of Brown Derby #564234

Tints of Brown Derby #564234

RGB

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

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

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

R = 42.16%
G = 32.35%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#564234 (or 0x564234) is known color: Brown Derby. HEX triplet: 56, 42 and 34. RGB value is (86,66,52). Sum of RGB (Red+Green+Blue) = 86+66+52=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #564234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564234 is #A9BDCB. Grayscale: #464646. Windows color (decimal): -11124172 or 3424854. OLE color: 3424854.

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

Color convert

RGB 86 66 52 -
CMYK 0 0.23 0.40 0.66
HSL 24.71º 0.25% 0.27% -
HSV(B) 24.71º 0.4% 0.34% -
XYZ 6.41 6.12 4.09 -
YUV 70.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 86 66 52 0 0.23 0.40 0.66 24.71 0.25 0.27
Hex 56 42 34 0 17 28 42 19 19 1B
Octal 126 102 64 0 27 50 102 31 31 33
Binary 1010110 1000010 110100 0 10111 101000 1000010 11001 11001 11011

Color Harmonies of #564234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564234

Black with #564234

Text Example


Text Example

White with #564234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564234; }

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

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

background-color css

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

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

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

border-color css

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

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

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