Html Css Color HEX #564130 Brown Derby

📋 copy color: '#564130'

red 86 ◦ green 65 ◦ blue 48

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

Shades of Brown Derby #564130

Tints of Brown Derby #564130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 43.22%
G = 32.66%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#564130 (or 0x564130) is known color: Brown Derby. HEX triplet: 56, 41 and 30. RGB value is (86,65,48). Sum of RGB (Red+Green+Blue) = 86+65+48=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #564130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564130 is #A9BECF. Grayscale: #454545. Windows color (decimal): -11124432 or 3162454. OLE color: 3162454.

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

Color convert

RGB 86 65 48 -
CMYK 0 0.24 0.44 0.66
HSL 26.84º 0.28% 0.26% -
HSV(B) 26.84º 0.44% 0.34% -
XYZ 6.26 5.97 3.62 -
YUV 69.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 86 65 48 0 0.24 0.44 0.66 26.84 0.28 0.26
Hex 56 41 30 0 18 2C 42 1B 1C 1A
Octal 126 101 60 0 30 54 102 33 34 32
Binary 1010110 1000001 110000 0 11000 101100 1000010 11011 11100 11010

Color Harmonies of #564130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564130

Black with #564130

Text Example


Text Example

White with #564130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564130; }

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

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

background-color css

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

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

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

border-color css

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

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

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