Html Css Color HEX #564A0D Bronze Olive

📋 copy color: '#564A0D'

red 86 ◦ green 74 ◦ blue 13

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

Shades of Bronze Olive #564A0D

Tints of Bronze Olive #564A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 49.71%
G = 42.77%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#564A0D (or 0x564A0D) is known color: Bronze Olive. HEX triplet: 56, 4A and 0D. RGB value is (86,74,13). Sum of RGB (Red+Green+Blue) = 86+74+13=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A0D is #A9B5F2. Grayscale: #464646. Windows color (decimal): -11122163 or 870998. OLE color: 870998.

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

Color convert

RGB 86 74 13 -
CMYK 0 0.14 0.85 0.66
HSL 50.14º 0.74% 0.19% -
HSV(B) 50.14º 0.85% 0.34% -
XYZ 6.36 6.91 1.38 -
YUV 70.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 86 74 13 0 0.14 0.85 0.66 50.14 0.74 0.19
Hex 56 4A D 0 E 55 42 32 4A 13
Octal 126 112 15 0 16 125 102 62 112 23
Binary 1010110 1001010 1101 0 1110 1010101 1000010 110010 1001010 10011

Color Harmonies of #564A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A0D

Black with #564A0D

Text Example


Text Example

White with #564A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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