Html Css Color HEX #564B09 Bronze Olive

📋 copy color: '#564B09'

red 86 ◦ green 75 ◦ blue 9

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

Shades of Bronze Olive #564B09

Tints of Bronze Olive #564B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.29%

R = 50.59%
G = 44.12%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#564B09 (or 0x564B09) is known color: Bronze Olive. HEX triplet: 56, 4B and 09. RGB value is (86,75,9). Sum of RGB (Red+Green+Blue) = 86+75+9=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #564B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B09 is #A9B4F6. Grayscale: #474747. Windows color (decimal): -11121911 or 609110. OLE color: 609110.

HSL color Cylindrical-coordinate representation of color #564B09: hue angle of 51.43º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #564B09 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 75 9 -
CMYK 0 0.13 0.90 0.66
HSL 51.43º 0.81% 0.19% -
HSV(B) 51.43º 0.9% 0.34% -
XYZ 6.4 7.03 1.28 -
YUV 70.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 86 75 9 0 0.13 0.90 0.66 51.43 0.81 0.19
Hex 56 4B 9 0 D 5A 42 33 51 13
Octal 126 113 11 0 15 132 102 63 121 23
Binary 1010110 1001011 1001 0 1101 1011010 1000010 110011 1010001 10011

Color Harmonies of #564B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B09

Black with #564B09

Text Example


Text Example

White with #564B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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