Html Css Color HEX #565212 Bronze Olive

📋 copy color: '#565212'

red 86 ◦ green 82 ◦ blue 18

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

Shades of Bronze Olive #565212

Tints of Bronze Olive #565212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.09%

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 46.24%
G = 44.09%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#565212 (or 0x565212) is known color: Bronze Olive. HEX triplet: 56, 52 and 12. RGB value is (86,82,18). Sum of RGB (Red+Green+Blue) = 86+82+18=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #565212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565212 is #A9ADED. Grayscale: #4C4C4C. Windows color (decimal): -11120110 or 1200726. OLE color: 1200726.

HSL color Cylindrical-coordinate representation of color #565212: hue angle of 56.47º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #565212 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 82 18 -
CMYK 0 0.05 0.79 0.66
HSL 56.47º 0.65% 0.2% -
HSV(B) 56.47º 0.79% 0.34% -
XYZ 6.96 8.06 1.76 -
YUV 75.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 86 82 18 0 0.05 0.79 0.66 56.47 0.65 0.2
Hex 56 52 12 0 5 4F 42 38 41 14
Octal 126 122 22 0 5 117 102 70 101 24
Binary 1010110 1010010 10010 0 101 1001111 1000010 111000 1000001 10100

Color Harmonies of #565212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565212

Black with #565212

Text Example


Text Example

White with #565212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565212; }

 p { color: rgb(86,82,18); }

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

background-color css

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

 a { background-color: rgb(86,82,18); }

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

border-color css

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

 span { border-color: rgb(86,82,18); }

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