Html Css Color HEX #564808 Bronze Olive

📋 copy color: '#564808'

red 86 ◦ green 72 ◦ blue 8

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

Shades of Bronze Olive #564808

Tints of Bronze Olive #564808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

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

R = 51.81%
G = 43.37%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#564808 (or 0x564808) is known color: Bronze Olive. HEX triplet: 56, 48 and 08. RGB value is (86,72,8). Sum of RGB (Red+Green+Blue) = 86+72+8=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #564808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564808 is #A9B7F7. Grayscale: #454545. Windows color (decimal): -11122680 or 542806. OLE color: 542806.

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

Color convert

RGB 86 72 8 -
CMYK 0 0.16 0.91 0.66
HSL 49.23º 0.83% 0.18% -
HSV(B) 49.23º 0.91% 0.34% -
XYZ 6.2 6.63 1.18 -
YUV 68.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 86 72 8 0 0.16 0.91 0.66 49.23 0.83 0.18
Hex 56 48 8 0 10 5B 42 31 53 12
Octal 126 110 10 0 20 133 102 61 123 22
Binary 1010110 1001000 1000 0 10000 1011011 1000010 110001 1010011 10010

Color Harmonies of #564808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564808

Black with #564808

Text Example


Text Example

White with #564808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564808; }

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

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

background-color css

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

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

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

border-color css

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

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

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