Html Css Color HEX #564E08 Bronze Olive

📋 copy color: '#564E08'

red 86 ◦ green 78 ◦ blue 8

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

Shades of Bronze Olive #564E08

Tints of Bronze Olive #564E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.35%

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

R = 50%
G = 45.35%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#564E08 (or 0x564E08) is known color: Bronze Olive. HEX triplet: 56, 4E and 08. RGB value is (86,78,8). Sum of RGB (Red+Green+Blue) = 86+78+8=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E08 is #A9B1F7. Grayscale: #484848. Windows color (decimal): -11121144 or 544342. OLE color: 544342.

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

Color convert

RGB 86 78 8 -
CMYK 0 0.09 0.91 0.66
HSL 53.85º 0.83% 0.18% -
HSV(B) 53.85º 0.91% 0.34% -
XYZ 6.61 7.44 1.32 -
YUV 72.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 86 78 8 0 0.09 0.91 0.66 53.85 0.83 0.18
Hex 56 4E 8 0 9 5B 42 36 53 12
Octal 126 116 10 0 11 133 102 66 123 22
Binary 1010110 1001110 1000 0 1001 1011011 1000010 110110 1010011 10010

Color Harmonies of #564E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E08

Black with #564E08

Text Example


Text Example

White with #564E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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