Html Css Color HEX #564C09 Bronze Olive

📋 copy color: '#564C09'

red 86 ◦ green 76 ◦ blue 9

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

Shades of Bronze Olive #564C09

Tints of Bronze Olive #564C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 50.29%
G = 44.44%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#564C09 (or 0x564C09) is known color: Bronze Olive. HEX triplet: 56, 4C and 09. RGB value is (86,76,9). Sum of RGB (Red+Green+Blue) = 86+76+9=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C09 is #A9B3F6. Grayscale: #474747. Windows color (decimal): -11121655 or 609366. OLE color: 609366.

HSL color Cylindrical-coordinate representation of color #564C09: hue angle of 52.21º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #564C09 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 76 9 -
CMYK 0 0.12 0.90 0.66
HSL 52.21º 0.81% 0.19% -
HSV(B) 52.21º 0.9% 0.34% -
XYZ 6.47 7.17 1.3 -
YUV 71.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 86 76 9 0 0.12 0.90 0.66 52.21 0.81 0.19
Hex 56 4C 9 0 C 5A 42 34 51 13
Octal 126 114 11 0 14 132 102 64 121 23
Binary 1010110 1001100 1001 0 1100 1011010 1000010 110100 1010001 10011

Color Harmonies of #564C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C09

Black with #564C09

Text Example


Text Example

White with #564C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,76,9); }

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

background-color css

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

 a { background-color: rgb(86,76,9); }

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

border-color css

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

 span { border-color: rgb(86,76,9); }

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