Html Css Color HEX #564A28 Bronze Olive

📋 copy color: '#564A28'

red 86 ◦ green 74 ◦ blue 40

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

Shades of Bronze Olive #564A28

Tints of Bronze Olive #564A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37%

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

R = 43%
G = 37%
B = 20%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#564A28 (or 0x564A28) is known color: Bronze Olive. HEX triplet: 56, 4A and 28. RGB value is (86,74,40). Sum of RGB (Red+Green+Blue) = 86+74+40=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #564A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A28 is #A9B5D7. Grayscale: #494949. Windows color (decimal): -11122136 or 2640470. OLE color: 2640470.

HSL color Cylindrical-coordinate representation of color #564A28: hue angle of 44.35º 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 #564A28 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 74 40 -
CMYK 0 0.14 0.53 0.66
HSL 44.35º 0.37% 0.25% -
HSV(B) 44.35º 0.53% 0.34% -
XYZ 6.67 7.03 3.01 -
YUV 73.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 86 74 40 0 0.14 0.53 0.66 44.35 0.37 0.25
Hex 56 4A 28 0 E 35 42 2C 25 19
Octal 126 112 50 0 16 65 102 54 45 31
Binary 1010110 1001010 101000 0 1110 110101 1000010 101100 100101 11001

Color Harmonies of #564A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A28

Black with #564A28

Text Example


Text Example

White with #564A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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