Html Css Color HEX #564B05 Bronze Olive

📋 copy color: '#564B05'

red 86 ◦ green 75 ◦ blue 5

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

Shades of Bronze Olive #564B05

Tints of Bronze Olive #564B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.18%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 51.81%
G = 45.18%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#564B05 (or 0x564B05) is known color: Bronze Olive. HEX triplet: 56, 4B and 05. RGB value is (86,75,5). Sum of RGB (Red+Green+Blue) = 86+75+5=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #564B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B05 is #A9B4FA. Grayscale: #464646. Windows color (decimal): -11121915 or 346966. OLE color: 346966.

HSL color Cylindrical-coordinate representation of color #564B05: hue angle of 51.85º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #564B05 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 75 5 -
CMYK 0 0.13 0.94 0.66
HSL 51.85º 0.89% 0.18% -
HSV(B) 51.85º 0.94% 0.34% -
XYZ 6.38 7.02 1.16 -
YUV 70.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 86 75 5 0 0.13 0.94 0.66 51.85 0.89 0.18
Hex 56 4B 5 0 D 5E 42 34 59 12
Octal 126 113 5 0 15 136 102 64 131 22
Binary 1010110 1001011 101 0 1101 1011110 1000010 110100 1011001 10010

Color Harmonies of #564B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B05

Black with #564B05

Text Example


Text Example

White with #564B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,75,5); }

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

background-color css

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

 a { background-color: rgb(86,75,5); }

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

border-color css

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

 span { border-color: rgb(86,75,5); }

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