Html Css Color HEX #564028 Deep Bronze

📋 copy color: '#564028'

red 86 ◦ green 64 ◦ blue 40

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

Shades of Deep Bronze #564028

Tints of Deep Bronze #564028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.68%

 BLUE value IS 40 (16.02% from 255) = 21.05%

R = 45.26%
G = 33.68%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#564028 (or 0x564028) is known color: Deep Bronze. HEX triplet: 56, 40 and 28. RGB value is (86,64,40). Sum of RGB (Red+Green+Blue) = 86+64+40=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564028 is #A9BFD7. Grayscale: #434343. Windows color (decimal): -11124696 or 2637910. OLE color: 2637910.

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

Color convert

RGB 86 64 40 -
CMYK 0 0.26 0.53 0.66
HSL 31.3º 0.37% 0.25% -
HSV(B) 31.3º 0.53% 0.34% -
XYZ 6.05 5.8 2.81 -
YUV 67.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 86 64 40 0 0.26 0.53 0.66 31.3 0.37 0.25
Hex 56 40 28 0 1A 35 42 1F 25 19
Octal 126 100 50 0 32 65 102 37 45 31
Binary 1010110 1000000 101000 0 11010 110101 1000010 11111 100101 11001

Color Harmonies of #564028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564028

Black with #564028

Text Example


Text Example

White with #564028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564028; }

 p { color: rgb(86,64,40); }

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

background-color css

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

 a { background-color: rgb(86,64,40); }

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

border-color css

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

 span { border-color: rgb(86,64,40); }

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