Html Css Color HEX #564508 Bronze Olive

📋 copy color: '#564508'

red 86 ◦ green 69 ◦ blue 8

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

Shades of Bronze Olive #564508

Tints of Bronze Olive #564508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

 BLUE value IS 8 (3.52% from 255) = 4.91%

R = 52.76%
G = 42.33%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#564508 (or 0x564508) is known color: Bronze Olive. HEX triplet: 56, 45 and 08. RGB value is (86,69,8). Sum of RGB (Red+Green+Blue) = 86+69+8=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #564508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564508 is #A9BAF7. Grayscale: #434343. Windows color (decimal): -11123448 or 542038. OLE color: 542038.

HSL color Cylindrical-coordinate representation of color #564508: hue angle of 46.92º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #564508 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 69 8 -
CMYK 0 0.20 0.91 0.66
HSL 46.92º 0.83% 0.18% -
HSV(B) 46.92º 0.91% 0.34% -
XYZ 6.01 6.25 1.12 -
YUV 67.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 86 69 8 0 0.20 0.91 0.66 46.92 0.83 0.18
Hex 56 45 8 0 14 5B 42 2F 53 12
Octal 126 105 10 0 24 133 102 57 123 22
Binary 1010110 1000101 1000 0 10100 1011011 1000010 101111 1010011 10010

Color Harmonies of #564508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564508

Black with #564508

Text Example


Text Example

White with #564508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564508; }

 p { color: rgb(86,69,8); }

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

background-color css

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

 a { background-color: rgb(86,69,8); }

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

border-color css

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

 span { border-color: rgb(86,69,8); }

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