Html Css Color HEX #565009 Bronze Olive

📋 copy color: '#565009'

red 86 ◦ green 80 ◦ blue 9

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

Shades of Bronze Olive #565009

Tints of Bronze Olive #565009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.71%

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

R = 49.14%
G = 45.71%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#565009 (or 0x565009) is known color: Bronze Olive. HEX triplet: 56, 50 and 09. RGB value is (86,80,9). Sum of RGB (Red+Green+Blue) = 86+80+9=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #565009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565009 is #A9AFF6. Grayscale: #494949. Windows color (decimal): -11120631 or 610390. OLE color: 610390.

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

Color convert

RGB 86 80 9 -
CMYK 0 0.07 0.90 0.66
HSL 55.32º 0.81% 0.19% -
HSV(B) 55.32º 0.9% 0.34% -
XYZ 6.76 7.74 1.4 -
YUV 73.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 86 80 9 0 0.07 0.90 0.66 55.32 0.81 0.19
Hex 56 50 9 0 7 5A 42 37 51 13
Octal 126 120 11 0 7 132 102 67 121 23
Binary 1010110 1010000 1001 0 111 1011010 1000010 110111 1010001 10011

Color Harmonies of #565009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565009

Black with #565009

Text Example


Text Example

White with #565009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565009; }

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

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

background-color css

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

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

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

border-color css

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

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

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