Html Css Color HEX #564A23 Bronze Olive

📋 copy color: '#564A23'

red 86 ◦ green 74 ◦ blue 35

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

Shades of Bronze Olive #564A23

Tints of Bronze Olive #564A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.95%

R = 44.1%
G = 37.95%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#564A23 (or 0x564A23) is known color: Bronze Olive. HEX triplet: 56, 4A and 23. RGB value is (86,74,35). Sum of RGB (Red+Green+Blue) = 86+74+35=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #564A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A23 is #A9B5DC. Grayscale: #494949. Windows color (decimal): -11122141 or 2312790. OLE color: 2312790.

HSL color Cylindrical-coordinate representation of color #564A23: hue angle of 45.88º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564A23 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 74 35 -
CMYK 0 0.14 0.59 0.66
HSL 45.88º 0.42% 0.24% -
HSV(B) 45.88º 0.59% 0.34% -
XYZ 6.59 7 2.59 -
YUV 73.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 86 74 35 0 0.14 0.59 0.66 45.88 0.42 0.24
Hex 56 4A 23 0 E 3B 42 2E 2A 18
Octal 126 112 43 0 16 73 102 56 52 30
Binary 1010110 1001010 100011 0 1110 111011 1000010 101110 101010 11000

Color Harmonies of #564A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A23

Black with #564A23

Text Example


Text Example

White with #564A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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